Home
last modified time | relevance | path

Searched refs:getMessage (Results 576 – 600 of 852) sorted by relevance

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

/plugin/approve/action/
H A Drevisions.php23 msg($e->getMessage(), -1);
/plugin/smtp/
H A Daction.php76 msg('There was an unexpected problem communicating with SMTP: '.$e->getMessage(), -1);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php411 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
423 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
738 throw new ExceptionBadSyntax("The selector ($selector) is not valid. Error: {$e->getMessage()}");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php929 $this->statusMessage = $e->getMessage();
932 $this->statusMessage = $e->getMessage();
935 $this->statusMessage = $e->getMessage();
938 $this->statusMessage = $e->getMessage();
941 $this->statusMessage = $e->getMessage();
986 $this->statusMessage = $_e->getMessage();
1027 $e = new PHPUnit_Framework_AssertionFailedError($e->getMessage());
1054 $this->fail($e->getMessage());
/plugin/calc/
H A Dsyntax.php121 $renderer->doc .= "\"<b>".$this->getLang('calc_erreur')."</b> ".$e->getMessage()."\"";
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php182 echo $e->getMessage(), "\n";
/plugin/structgroupby/syntax/
H A Done.php87 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php78 $messageFrom = $queue->getMessage($messageTo->getMessageId());
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php133 echo $e->getMessage(), "\n";
/plugin/elasticsearch/
H A Dcli.php76 $this->error($e->getMessage());
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php65 LogUtility::error("Cache reporter: The cache file could not be transformed as a wiki path. Error: " . $e->getMessage());
H A DCacheTag.php49 $message = "Internal Error: The cache expiration date could not be stored: {$e->getMessage()}";
H A DHistoricalBreadcrumbMenuItem.php158 return LogUtility::wrapInRedForHtml("Error on breadcrumb markup ref. Message: {$e->getMessage()}");
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php100 LogUtility::error($e->getMessage(), self::PROPERTY_NAME, $e);
/plugin/fetchmedia/action/
H A Dajax.php52 'error' => $e->getMessage() . ' ' . basename($e->getFile()) . ':' . $e->getLine()
91 return ['status' => 500, 'status_text' => hsc($e->getMessage())];
/plugin/solr/
H A Dindex_all.php40 fwrite( STDERR, $OPTS->getMessage() . "\n");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEqual.php136 trim($description . "\n" . $f->getMessage()),
/plugin/oauth/
H A Dhelper.php116 $msg = $e->getMessage();
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md104 echo sprintf('Error adding entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;
149 echo sprintf('Error modifying entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
167 echo sprintf('Error deleting entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
/plugin/bugzillahttp/
H A DBzBug.php107 die("ERROR unmarshalling xml from bugzilla:".$e->getMessage());
/plugin/pgsqlquery/
H A Dsyntax.php144 $renderer->doc .= "Can't connect to database. Error: ".$e->getMessage();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDeprecatedEvent.php155 public function getMessage() function in Google\\Service\\HangoutsChat\\DeprecatedEvent
/plugin/twofactortelegram/
H A Daction.php70 msg(hsc($e->getMessage()), -1);
/plugin/combo/action/
H A Dbacklinkmutation.php90 LogUtility::msg("Backlink Mutation: Error while trying to replicate the analytics. Error: {$e->getMessage()}");
/plugin/database2/
H A Dmedia.php445 header( 'HTTP/1.1 ' . $e->getCode() . ' ' . $e->getMessage() );
447 echo $e->getMessage();

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