Home
last modified time | relevance | path

Searched refs:getMessage (Results 151 – 175 of 852) sorted by last modified time

12345678910>>...35

/plugin/combo/ComboStrap/
H A DFetcherMarkupWebcode.php61 LogUtility::internalError("The cache buster should be good. Error:{$e->getMessage()}", self::NAME);
133 throw new ExceptionRuntimeInternal("An error has occurred while transforming the markup fragment to HTML. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
H A DFetcherPageBundler.php92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
H A DHistoricalBreadcrumbMenuItem.php158 return LogUtility::wrapInRedForHtml("Error on breadcrumb markup ref. Message: {$e->getMessage()}");
H A DPipelineTag.php56 return LogUtility::wrapInRedForHtml($e->getMessage());
H A DHtml.php159 throw new ExceptionBadSyntax("Bad Syntax on Src Set ($i). Error: {$e->getMessage()}. Expected: $expectedSrc vs Actual: $actualSrc. ");
161 throw ExceptionNotEquals::create("Not Equals on Src Set ($i). Error: {$e->getMessage()}.", $expectedSrc, $actualSrc);
176 throw new ExceptionBadSyntax("The expected URL string ($expected) is not valid. Error: {$e->getMessage()}");
181 throw new ExceptionBadSyntax("The $actual URL string ($actual) is not valid. Error: {$e->getMessage()}");
H A DHttpResponse.php344 $this->setBodyAsJsonMessage($e->getMessage());
389 $message = "<p>{$e->getMessage()}</p>";
395 $message = "<p>{$e->getMessage()}</p>$message";
H A DQualityTag.php29 return Message::createErrorMessage("Error while trying to read the JSON analytics document. {$e->getMessage()}")
H A DIconDownloader.php488 $message = "$message. Error: {$e->getMessage()}";
H A DIconTag.php59 LogUtility::error("The requested icon width ($requestedWidth) is not a conform width. Error: " . $e->getMessage(), self::CANONICAL, $e);
72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$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()}");
H A DSiteConfig.php253 $message = "The rem configuration value ($value) is not a integer. Error: {$e->getMessage()}";
360 LogUtility::internalError("Unable to the the maxseclevel as integer. Error: {$e->getMessage()}", Toc::CANONICAL);
525 LogUtility::msg("The primary color value configuration ($value) is not valid. Error: {$e->getMessage()}");
H A DImageSystem.php35 LogUtility::error("The ratio ($stringRatio) is not a valid ratio. Error: {$e->getMessage()}", PageImageTag::CANONICAL);
45 LogUtility::msg("An image object could not be build from ($path). Is it an image file ?. Error: {$e->getMessage()}");
69 LogUtility::internalError("The file ($pageMetadataImagePath) is not a valid image for the page ($page). Error: {$e->getMessage()}");
H A DSnippet.php1114 throw new ExceptionRuntimeInternal("We couldn't output the snippet ($this). Error: {$e->getMessage()}", self::CANONICAL, $e);
H A DSvgImageLink.php256 LogUtility::error("Unable to include the svg in the document. Error: {$e->getMessage()}");
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php149 return ['file' => $file, 'line' => $e->getParsedLine(), 'valid' => false, 'message' => $e->getMessage()];
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php174 return LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
H A DFollowTag.php54 $message = "The brand button creation returns an error ({$e->getMessage()}";
65 $message = "The style of the share button ($brand) could not be determined. Error: {$e->getMessage()}";
80 $message = "The brand button creation returns an error when creating the link ({$e->getMessage()}";
91 $message = "Getting the icon for the brand ($brand) returns an error ({$e->getMessage()}";
H A DShareTag.php40 return LogUtility::wrapInRedForHtml("The brand creation returns an error ({$e->getMessage()}");
51 $rendererHtml .= LogUtility::wrapInRedForHtml("The style of the share button ($brandButton) could not be determined. Error: {$e->getMessage()}");
73 return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
81 return LogUtility::wrapInRedForHtml("The social channel creation returns an error when creating the link ({$e->getMessage()}");
100 $message = "Getting the icon for the social channel ($brandButton) returns an error ({$e->getMessage()}";
131 return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
138 LogUtility::internalError($e->getMessage(), self::CANONICAL, $e);
/plugin/structodt/
H A Daction.php142 msg($e->getMessage(), -1);
188 msg($e->getMessage(), -1);
239 msg($e->getMessage(), -1);
/plugin/randomtables/action/
H A Dajax.php24 msg($e->getMessage(), -1);
66 msg($e->getMessage(), -1);
/plugin/oauth/
H A Dhelper.php116 $msg = $e->getMessage();
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php196 $error = $error->getMessage();
/plugin/upgrade/HTTP/
H A DHTTPClient.php279 $this->error = $e->getMessage();
475 $this->error = $err->getMessage();
/plugin/upgrade/
H A Dhelper.php184 $this->log('error', $e->getMessage());

12345678910>>...35