Home
last modified time | relevance | path

Searched refs:getMessage (Results 51 – 75 of 852) sorted by relevance

12345678910>>...35

/plugin/submgr/
H A Dadmin.php47 msg($e->getMessage(), -1);
56 msg($e->getMessage(), -1);
/plugin/approve/action/
H A Dnotification.php40 msg($e->getMessage(), -1);
53 msg($e->getMessage(), -1);
/plugin/randomtables/action/
H A Dajax.php24 msg($e->getMessage(), -1);
66 msg($e->getMessage(), -1);
/plugin/struct/meta/
H A DValueValidator.php92 $this->errors[] = $prefix . $e->getMessage();
104 $this->errors[] = $prefix . $e->getMessage();
/plugin/struct/syntax/
H A Dvalue.php74 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
116 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
H A Dcloud.php73 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
106 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
H A Dlist.php
/plugin/combo/ComboStrap/
H A DFetcherVignette.php128 throw new ExceptionBadArgument("Error while getting the muted color. Error: {$e->getMessage()}", self::CANONICAL);
198 LogUtility::errorIfDevOrTest("Error while getting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
205 LogUtility::errorIfDevOrTest("Error while formatting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
223 LogUtility::warning("The vignette could not be created with your logo because of the following error: {$e->getMessage()}");
345 throw new ExceptionBadArgument("The vignette mime is unknown. Error: {$e->getMessage()}");
H A DLogUtility.php85 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
132 $msg = $e->getMessage();
183 $message = $e->getMessage();
400 $errorPreviousMessage = " Error: {$previous->getMessage()}";
H A DPagePublicationDate.php106 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
133 LogUtility::error("Internal Error: the date format is not valid. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DConstraintViolationHandler.php73 … $messageNode->appendChild($visitor->getDocument()->createCDATASection($violation->getMessage()));
80 'message' => $violation->getMessage(),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php104 'Incomplete Test: ' . $e->getMessage(),
124 'Risky Test: ' . $e->getMessage(),
144 'Skipped Test: ' . $e->getMessage(),
/plugin/combo/syntax/
H A Dmedia.php238 $message = "The media ($match) could not be parsed. Error: {$e->getMessage()}";
329 LogUtility::internalError("We can't register the media metadata. Error: {$e->getMessage()}");
343 LogUtility::internalError("No src found, we couldn't register the media in the index. Error: {$e->getMessage()}", self::CANONICAL, $e);
351 LogUtility::internalError("We cannot get the path of the image. Error: {$e->getMessage()}. The image was not registered in the metadata", self::TAG);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php311 $exception = new TransportException($response['error']->getMessage());
454 'error' => $exception->getMessage(),
574 $message = $response['error']->getMessage();
711 $exceptionText = "[$statusCode Server Exception] ".$exception->getMessage();
720 $exception = new RoutingMissingException($exception->getMessage(), $statusCode, $exception);
722 $exception = new NoDocumentsToGetException($exception->getMessage(), $statusCode, $exception);
724 $exception = new NoShardAvailableException($exception->getMessage(), $statusCode, $exception);
743 $exception->getMessage()
/plugin/publist/bib2tpl/lib/
H A DPEAR.php263 return $data->getMessage() == $code;
490 $message = $message->getMessage();
873 printf($format, $this->getMessage());
877 trigger_error($this->getMessage(), $this->level);
881 $msg = $this->getMessage();
931 function getMessage() function in PEAR_Error
1010 return $this->getMessage();
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php263 return $data->getMessage() == $code;
490 $message = $message->getMessage();
873 printf($format, $this->getMessage());
877 trigger_error($this->getMessage(), $this->level);
881 $msg = $this->getMessage();
931 function getMessage() function in PEAR_Error
1010 return $this->getMessage();
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php263 return $data->getMessage() == $code;
490 $message = $message->getMessage();
873 printf($format, $this->getMessage());
877 trigger_error($this->getMessage(), $this->level);
881 $msg = $this->getMessage();
931 function getMessage() function in PEAR_Error
1010 return $this->getMessage();
/plugin/crypto/
H A Daction.php97 $result = $e->getMessage();
121 $result = $e->getMessage();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php59 public function getMessage(?int $id = null): LdapMessageResponse
131 return LdapMessageResponse::fromAsn1($message->getMessage());
54 public function getMessage(?int $id = null): LdapMessageResponse global() function in FreeDSx\\Ldap\\Protocol\\Queue\\ClientQueue
/plugin/combo/action/
H A Dindexer.php124 $message = "Error with the database replication for the page ($page). " . $e->getMessage();
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
/plugin/structpublish/
H A Dadmin.php41 msg($e->getMessage(), -1);
100 msg($e->getMessage(), -1);
/plugin/sqlite/
H A Dhelper.php104 msg('SQLite: ' . $e->getMessage(), -1);
146 msg('SQLite: ' . $e->getMessage(), -1);
170 msg('SQLite: ' . $e->getMessage(), -1);
/plugin/structat/syntax/
H A Dtable.php84 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
121 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/approve/
H A Dadmin.php38 msg($e->getMessage(), -1);
82 msg($e->getMessage(), -1);
/plugin/bez/syntax/
H A Dstruct.php66 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
102 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());

12345678910>>...35