Searched refs:errorMessage (Results 1 – 4 of 4) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | PermalinkTag.php | 93 …$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 D | ErrorHandler.php | 16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) { 22 (new ExceptionPhpError($errorMessage, 0, $errorNumber ))
|
| H A D | ExceptionReporter.php | 35 $errorMessage = $this->e->getMessage(); 40 <p>$errorMessage</p>
|
| H A D | DatabasePageRow.php | 1314 …$errorMessage = "The page ($this->markupPath) and the page ($wikiIdInDatabase) have the same $attr… 1315 LogUtility::error($errorMessage);
|