Home
last modified time | relevance | path

Searched refs:getMessage (Results 826 – 850 of 852) sorted by path

1...<<3132333435

/plugin/twofactoraltemail/
H A Daction.php75 msg(hsc($e->getMessage()), -1);
/plugin/twofactortelegram/
H A Daction.php70 msg(hsc($e->getMessage()), -1);
/plugin/upgrade/HTTP/
H A DHTTPClient.php279 $this->error = $e->getMessage();
475 $this->error = $err->getMessage();
/plugin/upgrade/
H A Dhelper.php184 $this->log('error', $e->getMessage());
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php196 $error = $error->getMessage();
/plugin/vimeo/
H A Dsyntax.php61 $data = ['errors' => [$e->getMessage() . '; Code: ' . $e->getCode()]];
/plugin/watchcycle/
H A Daction.php209 'error' => $e->getMessage().' '.basename($e->getFile()).':'.$e->getLine()
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4479 },getMessage:function(message){var re=/\[Exception... "(.*?)" nsresult:/;
4502 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+erro…
/plugin/webcomponent/_test/
H A Djs.test.php34 $message = $e->getMessage();
/plugin/webdav/core/Plugin/
H A DException.php42 if (!preg_match("/No 'Authorization: (Basic|Digest)' header found./", $e->getMessage())) {
45 'message' => $e->getMessage(),
/plugin/webdav/core/
H A DUtils.php249 self::log('error', $context['exception']->getMessage());
/plugin/webdav/
H A Dserver.php68 'message' => $e->getMessage(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php285 throw new BadRequest($e->getMessage(), null, $e);
846 …ediaType('This resource only supports valid iCalendar 2.0 data. Parse error: ' . $e->getMessage());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php742 … BadRequest('The request body must be a valid iCalendar object. Parse error: ' . $e->getMessage());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php356 …diaType('This resource only supports valid vCard or jCard data. Parse error: ' . $e->getMessage());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php324 throw new BadRequest($e->getMessage(), null, $e);
381 throw new BadRequest($e->getMessage(), null, $e);
570 throw new Exception\BadRequest($e->getMessage(), null, $e);
H A DServer.php280 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
293 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php218 $this->log('Error: '.$e->getMessage(), 'red');
259 $this->log('Error: '.$e->getMessage(), 'red');
/plugin/webdavclient/
H A Dhelper.php1231 dbglog('Exception occured: '.$e->getMessage());
1232 $this->lastErr = "Exception occured while parsing response: ".$e->getMessage();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php226 $this->log('Error: ' . $e->getMessage(), 'red');
269 $this->log('Error: ' . $e->getMessage(),'red');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php23 if (strpos($e->getMessage(), "Unknown or bad timezone")!==false) {
/plugin/xfortune/
H A Dhelper.php90 return 'ERROR: '.$e->getMessage();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js71321 function getMessage(arg1, arg2, arg3) {
71333 return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;
/plugin/xslfo/
H A Daction.php169 msg($e->getMessage(), -1);
/plugin/youtracklinks/
H A Dsyntax.php95 echo $e->getMessage() ."<br>";

1...<<3132333435