Home
last modified time | relevance | path

Searched refs:getMessage (Results 76 – 100 of 852) sorted by relevance

12345678910>>...35

/plugin/struct/syntax/
H A Dtable.php82 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
134 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/struct/admin/
H A Dassignments.php55 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/combo/ComboStrap/
H A DBrandListTag.php19 return "Error while creating the brand list. Error: {$e->getMessage()}";
108 $message = "Error while rendering the brand $brandName. Error: {$e->getMessage()}";
H A DSite.php84 LogUtility::msg("The logo ($logoPath) is not a valid image. {$e->getMessage()}");
157 LogUtility::error("The configuration ($confKey) is not an integer. Error:{$e->getMessage()}", self::CANONICAL);
216 LogUtility::error("The configuration ($confKey) has value ($visitedPagesInBreadCrumb) that is not an integer. Error:{$e->getMessage()}");
359 LogUtility::error("Error while getting the log as raster image: The png logo ($pngLogo) returns an error. {$e->getMessage()}", self::CANONICAL, $e);
641 LogUtility::error("The global `cachetime` configuration has a value ($cacheTime) that is not an integer. Error: {$e->getMessage()}", self::CANONICAL);
724 LogUtility::msg("The secondary color value configuration ($value) is not valid. Error: {$e->getMessage()}");
/plugin/combo/ComboStrap/TagAttribute/
H A DTextAlign.php36 LogUtility::error("Unable to retrieve the tex-align attribute. Error: {$e->getMessage()}", self::CANONICAL);
43 LogUtility::error("The text-align value($textAlignValue) is not valid. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php43 throw new Exception('Error on parseRemoteXML. '.$e->getMessage());
72 throw new Exception('Error on parseFileXML. '.$e->getMessage());
197 throw new Exception('Error parsing metadata. '.$e->getMessage());
/plugin/structnotification/action/
H A Dnotification.php51 msg($e->getMessage(), -1);
79 msg($e->getMessage(), -1);
135 msg($e->getMessage(), -1);
/plugin/sqlite/
H A Dadmin.php48 msg($e->getMessage(), -1);
81 msg(hsc($e->getMessage()), -1);
184 msg($e->getMessage(), -1);
/plugin/zip/pear/
H A DPEAR.php279 return $data->getMessage() == $code;
532 $message = $message->getMessage();
882 printf($format, $this->getMessage());
885 trigger_error($this->getMessage(), $this->level);
888 $msg = $this->getMessage();
946 function getMessage() function in PEAR_Error
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php84 $exception->getMessage()
130 $exception->getMessage()
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/
H A DException.php25 public function getMessage(); function
/plugin/structodt/
H A Daction.php142 msg($e->getMessage(), -1);
188 msg($e->getMessage(), -1);
239 msg($e->getMessage(), -1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssertionFailedError.php23 return $this->getMessage();
H A DWarning.php23 return $this->getMessage();
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php187 return $this->getMessage();
255 : $previous->getMessage());
/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());
/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/combo/action/
H A Dstaticresource.php133 $event->data['statusmessage'] = $e->getMessage();
189 LogUtility::msg("Error: {$e->getMessage()}");
251 ->setBodyAsJsonMessage("We were unable to get the etag because the media was not found. Error: {$e->getMessage()}")
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeleteCustomReportResponse.php37 public function getMessage() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeleteCustomReportResponse
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php11 return new self($exception->getMessage(), $exception->getCode(), $exception);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/externalembed/
H A Daction.php19 return $this->getMessage();
163 …cho "<p style='color: red; font-weight: bold;'>External Embed Error: " . $e->getMessage() . "</p>";
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php178 public function getMessage(?int $id = null) function in FreeDSx\\Socket\\Queue\\MessageQueue
192 return $message->getMessage();

12345678910>>...35