Home
last modified time | relevance | path

Searched refs:getMessage (Results 726 – 750 of 852) sorted by relevance

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

/plugin/authyubikey/lib/
H A DREADME39 print "<p>Authentication failed: " . $auth->getMessage();
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php81 throw new \Exception("Cannot Read Geometry From GeoRSS: " . $e->getMessage());
/plugin/swiftmail/Swift/
H A DMessage.php543 "The MIME component threw an exception:<br />" . $e->getMessage());
576 "The MIME component threw an exception:<br />" . $e->getMessage());
/plugin/pycode/
H A Dmethod.php180 $code = $error->getMessage(); // returns the error message
992 $src_url = $error->getMessage(); // returns the error message
/plugin/quickstats/
H A Daction.php121 $err = $e->getMessage();
552 if($test) msg($e->getMessage());
/plugin/combo/ComboStrap/
H A DCallStack.php375 LogUtility::msg($e->getMessage());
389 LogUtility::msg($e->getMessage());
H A DOutlineVisitor.php156 LogUtility::error("Error while capturing the feature images. Error: " . $e->getMessage(), Outline::CANONICAL, $e);
/plugin/combo/ComboStrap/Web/
H A DUrl.php133 throw new ExceptionBadArgument("The port ($port) in ($url) is not an integer. Error: {$e->getMessage()}");
652 LogUtility::internalError("Build error from a Media Fetch URL. We were unable to get the mime. Error: {$e->getMessage()}");
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php405 $this->message = $e->getMessage();
/plugin/strata/syntax/
H A Dselect.php147 'message'=>$e->getMessage(),
/plugin/authgooglesheets/
H A Dhelper.php44 msg('Authentication Error: ' . $e->getMessage());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php389 $e->getMessage()
/plugin/approve/syntax/
H A Dtable.php
/plugin/botbouncer/lib/
H A Dbotbouncer.php227 $this->dbg('Mollon exception: '.$e->getMessage());
443 $this->dbg('Exception thrown '.$e->getMessage());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php58 $this->assertSame(sprintf($message, 'index'), $e->getMessage());
110 $this->assertContains('is not allowed', $e->getMessage());
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/bureaucracyau/helper/
H A Dfield.php289 msg($e->getMessage(), -1);
/plugin/bureaucracy-au/helper/
H A Dfield.php289 msg($e->getMessage(), -1);
/plugin/authfacebook/
H A Dauth.php194 msg('1: Auth Facebook Error: '. $e->getFile() .':'.$e->getLine().': '.$e->getMessage());
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php193 LogUtility::error("We could not create a background image. Error: {$e->getMessage()}");
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php149 return ['file' => $file, 'line' => $e->getParsedLine(), 'valid' => false, 'message' => $e->getMessage()];
/plugin/bureaucracy/helper/
H A Dfield.php289 msg($e->getMessage(), -1);
/plugin/sqlite/
H A DSQLiteDB.php151 throw new \PDOException($e->getMessage(), (int)$e->getCode(), $e);
479 if (!preg_match('/no such table/', $e->getMessage())) {
486 'message' => $e->getMessage(),
/plugin/upgrade/HTTP/
H A DHTTPClient.php279 $this->error = $e->getMessage();
475 $this->error = $err->getMessage();

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