Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 – 4 of 4) sorted by relevance

/template/strap/ComboStrap/
H A DPermalinkTag.php93 …$errorMessage = "The page ($requestedPage) does not have a $documentationUrlForCanonical. We can't…
94 return self::handleError($errorMessage, $strict, $callStack);
126 …public static function handleError(string $errorMessage, bool $strict, CallStack $callStack): array argument
131 $returnArray[PluginUtility::EXIT_MESSAGE] = $errorMessage;
185 $errorMessage = $data[PluginUtility::EXIT_MESSAGE] ?? null;
186 if (!empty($errorMessage)) {
187 LogUtility::warning($errorMessage, PermalinkTag::CANONICAL);
188 return "<span class=\"text-warning\">{$errorMessage}</span>";
H A DErrorHandler.php16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {
22 (new ExceptionPhpError($errorMessage, 0, $errorNumber ))
H A DExceptionReporter.php35 $errorMessage = $this->e->getMessage();
40 <p>$errorMessage</p>
H A DDatabasePageRow.php1314 …$errorMessage = "The page ($this->markupPath) and the page ($wikiIdInDatabase) have the same $attr…
1315 LogUtility::error($errorMessage);