Home
last modified time | relevance | path

Searched refs:getMessage (Results 176 – 200 of 852) sorted by last modified time

12345678910>>...35

/plugin/smtp/
H A Daction.php76 msg('There was an unexpected problem communicating with SMTP: '.$e->getMessage(), -1);
/plugin/approve/
H A Dadmin.php38 msg($e->getMessage(), -1);
82 msg($e->getMessage(), -1);
/plugin/approve/syntax/
H A Dtable.php134 msg($e->getMessage(), -1);
/plugin/approve/action/
H A Dnotification.php40 msg($e->getMessage(), -1);
53 msg($e->getMessage(), -1);
H A Dprettyprint.php19 msg($e->getMessage(), -1);
H A Dapprove.php30 msg($e->getMessage(), -1);
60 msg($e->getMessage(), -1);
85 msg($e->getMessage(), -1);
122 msg($e->getMessage(), -1);
153 msg($e->getMessage(), -1);
193 msg($e->getMessage(), -1);
359 msg($e->getMessage(), -1);
383 msg($e->getMessage(), -1);
H A Dcache.php47 msg($e->getMessage(), -1);
H A Dmove.php32 msg($e->getMessage(), -1);
H A Drevisions.php23 msg($e->getMessage(), -1);
/plugin/ireadit/action/
H A Direadit.php47 msg($e->getMessage(), -1);
100 msg($e->getMessage(), -1);
126 msg($e->getMessage(), -1);
H A Dmove.php34 msg($e->getMessage(), -1);
/plugin/ireadit/
H A Dhelper.php55 msg($e->getMessage(), -1);
75 msg($e->getMessage(), -1);
92 msg($e->getMessage(), -1);
122 msg($e->getMessage(), -1);
145 msg($e->getMessage(), -1);
/plugin/ireadit/syntax/
H A Dlist.php130 msg($e->getMessage(), -1);
/plugin/openid/Auth/OpenID/
H A DConsumer.php1966 function getMessage($realm, $return_to=null, $immediate=false) function in Auth_OpenID_AuthRequest
2043 $message = $this->getMessage($realm, $return_to, $immediate);
2069 $message = $this->getMessage($realm, $return_to, $immediate);
/plugin/prosemirror/action/
H A Dajax.php166 $errorMsg .= $e->getMessage();
193 $errorMsg .= $e->getMessage();
H A Deditor.php82 $errorMsg = 'Rendering the page\'s syntax for the WYSIWYG editor failed: ' . $e->getMessage();
H A Dparser.php56 $errorMsg = $e->getMessage();
101 $errorMsg = $e->getMessage();
/plugin/ifauthex/
H A Dsyntax.php165 msg(hsc($e->getMessage()), -1);
/plugin/barcodes/
H A Dsyntax.php90 $renderer->doc .= $this->renderErrorMessage($e->getMessage());
/plugin/twofactoraltemail/
H A Daction.php75 msg(hsc($e->getMessage()), -1);
/plugin/archivegenerator/
H A Dadmin.php88 msg(hsc($e->getMessage()), -1);
384 $this->log('error', hsc($e->getMessage()));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php55 $errors[] = $actionException->getMessage();
73 $message .= $actionException->getMessage().\PHP_EOL;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php79 throw new GuzzleException($ex, $request, new Response($ex->getMessage()));
/plugin/elasticsearch/action/
H A Dindexing.php155 hsc(get_class($e) . ' ' . $e->getMessage()) . '</pre>',
198 $this->log($documentId.' not deleted '.$e->getMessage());
305 $this->log('Skipping ' . $fileId . ': ' . $e->getMessage());
H A Dsearch.php179 msg('Something went wrong on searching please try again later or ask an admin for help.<br /><pre>' . hsc($e->getMessage()) . '</pre>', -1);

12345678910>>...35