Home
last modified time | relevance | path

Searched refs:getMessage (Results 676 – 700 of 852) sorted by last modified time

1...<<21222324252627282930>>...35

/plugin/submgr/
H A Dadmin.php47 msg($e->getMessage(), -1);
56 msg($e->getMessage(), -1);
/plugin/vimeo/
H A Dsyntax.php61 $data = ['errors' => [$e->getMessage() . '; Code: ' . $e->getCode()]];
/plugin/issuelinks/services/
H A DGitHub.service.php99 … $this->configError = 'The GitHub authentication failed with message: ' . hsc($e->getMessage());
229 msg($e->getMessage() . ' ' . $e->getCode(), -1);
267 $data = $e->getMessage();
297 $data = $e->getMessage();
443 msg(hsc($e->getMessage()), -1);
H A DGitLab.service.php92 … $this->configError = 'The GitLab authentication failed with message: ' . hsc($e->getMessage());
252 $data = $e->getMessage();
270 $data = $e->getMessage();
436 dbglog($e->getMessage());
453 dbglog($e->getMessage());
H A DJira.service.php138 … $this->configError = 'The Jira authentication failed with message: ' . hsc($e->getMessage());
/plugin/issuelinks/
H A DWebhook.php52 $util->sendResponse(500, $e->getMessage());
/plugin/issuelinks/action/
H A Dajax.php117 $this->util->sendResponse($e->getCode(), $e->getMessage());
300 return [400, $e->getMessage()];
315 return [400, $e->getMessage()];
/plugin/issuelinks/helper/
H A Ddata.php87 dbglog($e->getMessage());
H A Dutil.php74 msg(hsc($e->getMessage()), -1, $e->getLine(), $e->getFile());
/plugin/etherpadlite/action/
H A Detherpadlite.php98 …E__, "line" => __LINE__, "error" => "Server-Fehler (Pad-Plugin): ".$e->getMessage(), "trace" => $e…
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php77 echo "\n\ncreateGroupPad Failed with message ". $e->getMessage();
89 echo "\n\ndeletePad Failed with message ". $e->getMessage();
99 echo "\n\nMake Public Failed with message ". $e->getMessage();
109 echo "\n\nMake Private Failed with message ". $e->getMessage();
121 echo "\n\nlistPads Failed: ". $e->getMessage();
H A Dexamples.php124 echo "\n\ndeletePad Failed with message ". $e->getMessage();
136 echo "\n\ncreateGroup Failed with message ". $e->getMessage();
146 echo "\n\ncreateGroupPad Failed with message ". $e->getMessage();
156 echo "\n\nlistPads Failed: ". $e->getMessage();
163 echo "\n\ndeleteGroupFailed: ". $e->getMessage();
170 echo "\n\ndeleteGroupFailed: ". $e->getMessage();
/plugin/structat/syntax/
H A Dtable.php84 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
121 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/sentry/
H A DEvent.php129 'value' => $e->getMessage(),
H A Dhelper.php129 $html .= '<p>' . hsc(get_class($e)) . ': ' . $e->getMessage() . '</p>';
/plugin/telleveryone/
H A Dadmin.php51 msg($e->getMessage(), -1);
97 msg($e->getMessage(), -1);
/plugin/telleveryone/action/
H A Dnotification.php64 msg($e->getMessage(), -1);
78 msg($e->getMessage(), -1);
/plugin/jquotes/
H A Dhelper.php53 return 'ERROR: '.$e->getMessage();
/plugin/authenvvars/
H A Dauth.php44 msg( $e->getMessage() );
/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/amazonlight/
H A Dsyntax.php129 msg(hsc($e->getMessage()), -1);
/plugin/sketchcanvas/phplib/
H A Dimage.php34 echo $e->getMessage();
376 echo $e->getMessage();
/plugin/pycode/
H A Dmethod.php180 $code = $error->getMessage(); // returns the error message
992 $src_url = $error->getMessage(); // returns the error message

1...<<21222324252627282930>>...35