Home
last modified time | relevance | path

Searched refs:getMessage (Results 751 – 775 of 852) sorted by path

1...<<3132333435

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php55 throw new OperationException($e->getMessage(), $e->getCode());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DNonceTrait.php40 $e->getMessage()
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php64 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
83 return \call_user_func($callable, $message->getMessage());
H A DMessage.php45 public function getMessage() function in FreeDSx\\Socket\\Queue\\Message
H A DMessageQueue.php178 public function getMessage(?int $id = null) function in FreeDSx\\Socket\\Queue\\MessageQueue
192 return $message->getMessage();
/plugin/pycode/
H A Dmethod.php180 $code = $error->getMessage(); // returns the error message
992 $src_url = $error->getMessage(); // returns the error message
H A Dsyntax.php337 if ($error->getMessage() == "error") {
340 elseif ($error->getMessage() == "wrong-flag") {
343 elseif ($error->getMessage() == "notfound-lns") {
346 elseif ($error->getMessage() == "notfound-def") {
349 elseif ($error->getMessage() == "notfound-cls") {
/plugin/qrcode2/
H A Dphpqrcode.php3306 QRtools::log($outfile, $e->getMessage());
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php196 $ex->getMessage(),
202 $ex->getMessage(),
208 $ex->getMessage(),
214 $ex->getMessage(),
222 $ex->getMessage(),
229 $ex->getMessage(),
/plugin/quickstats/
H A Daction.php121 $err = $e->getMessage();
552 if($test) msg($e->getMessage());
/plugin/quickstats/scripts/
H A Dget_geocity2.php103 echo $e->getMessage() . "\n";
/plugin/randomtables/action/
H A Dajax.php24 msg($e->getMessage(), -1);
66 msg($e->getMessage(), -1);
/plugin/recommend/
H A Daction.php48 msg($e->getMessage(), -1);
/plugin/refnotes/syntax/
H A Dnotes.php99 msg($error->getMessage(), -1);
H A Dreferences.php155 msg($error->getMessage(), -1);
/plugin/rrdgraph/
H A Dhelper.php611 ErrorImage::outputErrorImage("Graph generation failed", $ex->getMessage());
H A Dsyntax.php348 … $renderer->doc .= '<div class="rrdError">' . htmlentities($ex->getMessage()) . '</div>';
/plugin/rss/
H A Dsyntax.php73 echo $e->getMessage();
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
H A DValidator.php
/plugin/sentry/
H A DEvent.php129 'value' => $e->getMessage(),
H A Dhelper.php129 $html .= '<p>' . hsc(get_class($e)) . ': ' . $e->getMessage() . '</p>';

1...<<3132333435