Home
last modified time | relevance | path

Searched refs:getMessage (Results 426 – 450 of 852) sorted by path

1...<<11121314151617181920>>...35

/plugin/combo/ComboStrap/
H A DBrand.php154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
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 DBrandTag.php79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");
88 return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton) could not be determined. Error: {$e->getMessage()}");
99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");
150 $htmlOutput .= "The brand icon returns an error. Error: {$e->getMessage()}";
H A DBreadcrumbTag.php98 LogUtility::error("We were unable to determine the depth attribute. The depth was set to 1. Error: {$e->getMessage()}");
H A DCacheLog.php52 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
75 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
130 throw new ExceptionCompile("Unable to get the cache log. Error:" . $e->getMessage(), self::CANONICAL, 0, $e);
H A DCacheReportHtmlDataBlockArray.php65 LogUtility::error("Cache reporter: The cache file could not be transformed as a wiki path. Error: " . $e->getMessage());
H A DCacheTag.php49 $message = "Internal Error: The cache expiration date could not be stored: {$e->getMessage()}";
H A DCallStack.php375 LogUtility::msg($e->getMessage());
389 LogUtility::msg($e->getMessage());
H A DCarrouselTag.php120 LogUtility::msg("The minimal width value ($slideMinimalWidth) is not a valid value. Error: {$e->getMessage()}");
H A DClassUtility.php74 throw new ExceptionRuntimeInternal("We could load the ClassUtility class. Error: {$e->getMessage()}");
H A DColorRgb.php632 LogUtility::msg("Error while shading. Error: {$e->getMessage()}");
679 LogUtility::msg("Error while tinting ($this) with a percentage ($percentage. Error: {$e->getMessage()}");
761 LogUtility::msg("Error while getting the complementary color of ($this). Error: {$e->getMessage()}");
815 throw new ExceptionCompile("The rgb color $color is not an integer. Error: {$e->getMessage()}");
H A DColorSystem.php28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DComboFs.php33 throw new ExceptionRuntimeInternal("Unable to store the page id in the database. Message:" . $e->getMessage(), self::CANONICAL, 1, $e);
H A DDatabasePageRow.php439 throw ExceptionRuntimeInternal::withMessageAndError("Error while building back the analytics JSON object. {$e->getMessage()}", $e);
516 LogUtility::msg("Error while reading the replication date in the database. {$e->getMessage()}");
615 throw new ExceptionBadState("There was a problem during the page attribute updates. : {$e->getMessage()}");
697 throw new ExceptionBadState("There was a problem during the updateAttributes insert. : {$e->getMessage()}");
974 throw new ExceptionRuntime("An exception has occurred with the page search from CANONICAL. " . $e->getMessage());
1054 $message = "Internal Error: An exception has occurred with the page search from a PATH: " . $e->getMessage();
1159 LogUtility::msg("An exception has occurred with the alias selection query. {$e->getMessage()}");
H A DDateTag.php113 $message = "Error while formatting a date. Error: {$e->getMessage()}";
H A DDictionary.php23 throw new ExceptionCompile("The dictionary ($path) is not a valid json. Error: {$e->getMessage()}");
H A DDimension.php258 LogUtility::error("The width value ($widthValue) is not a valid length. Error: {$e->getMessage()}");
314 LogUtility::error("The conditional length ($conditionalWidthLength) could not be converted to a col class. Error: {$e->getMessage()}");
H A DDokuwikiId.php43 throw new ExceptionNotFound($e->getMessage());
H A DEvent.php93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e);
123 LogUtility::msg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical());
142 LogUtility::msg("Error while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical());
175 LogUtility::internalError("An internal error has runned on event. " . $e->getMessage(), self::CANONICAL, $e);
219 LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, $e);
271 LogUtility::internalError("Unable to get the queue. Error:" . $e->getMessage(), self::CANONICAL, $e);
300 throw new ExceptionCompile("Unable to count the number of event in the queue. Error:" . $e->getMessage(), self::CANONICAL, 0, $e);
H A DExceptionReporter.php35 $errorMessage = $this->e->getMessage();
H A DExceptionRuntime.php33 return new $calledClass($previous->getMessage(), "support", 1, $previous);
H A DFetcherAppPages.php178 msg(hsc($e->getMessage()), -1);
H A DFetcherImage.php122 throw new ExceptionNotNeeded("No tok added, error " . $e->getMessage());
167 throw new ExceptionBadArgument("The requested ratio ($requestedRatio) is not a valid value ({$e->getMessage()})", FetcherImage::CANONICAL, 0, $e);
285 LogUtility::msg("Unable to check the target ratio because it returns this error: {$e->getMessage()}");
H A DFetcherMarkup.php406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
474 LogUtility::error("The snippet json array cannot be build into a snippet object. " . $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);
617 throw new ExceptionCompile("An error has occurred while getting the output. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
660 LogUtility::msg("Error while storing the xhtml content: {$e->getMessage()}");
1379 throw new ExceptionRuntimeInternal("An error has occurred while processing the instructions. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
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);

1...<<11121314151617181920>>...35