Home
last modified time | relevance | path

Searched refs:e (Results 476 – 500 of 3328) sorted by last modified time

1...<<11121314151617181920>>...134

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php170 } catch (ExceptionCast $e) {
218 } catch (ExceptionNotFound $e) {
296 } catch (ExceptionCast|ExceptionNotFound $e) {
317 } catch (ExceptionNotFound $e) {
319 throw new ExceptionRuntime("Internal error: The XHTML mime was not found.", self::CANONICAL, 1, $e);
392 } catch (ExceptionNotExists|ExceptionNotFound $e) {
406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
473 } catch (ExceptionCompile $e) {
474 LogUtility::error("The snippet json array cannot be build into a snippet object. " . $e
[all...]
H A DPageKeywords.php68 } catch (ExceptionNotFound $e) {
97 } catch (ExceptionCompile $e) {
98 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getMessage());
H A DFetcherMarkupWebcode.php60 } catch (ExceptionNotFound|\ReflectionException $e) {
61 LogUtility::internalError("The cache buster should be good. Error:{$e->getMessage()}", self::NAME);
112 } catch (ExceptionNotFound $e) {
132 } catch (ExceptionNotExists|ExceptionCompile $e) {
133 throw new ExceptionRuntimeInternal("An error has occurred while transforming the markup fragment to HTML. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
H A DPagePath.php41 } catch (ExceptionCast $e) {
H A DFetcherPageBundler.php88 } catch (ExceptionBadArgument $e) {
92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
99 } catch (ExceptionBadArgument $e) {
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
114 } catch (ExceptionBadSyntax|ExceptionNotFound|ExceptionBadArgument $e) {
116 throw new ExceptionRuntimeInternal("The $layoutName template returns an error", self::CANONICAL, 1, $e);
185 } catch (ExceptionNotFound $e) {
209 } catch (ExceptionNotFound $e) {
252 } catch (ExceptionBadState $e) {
[all...]
H A DPageTitle.php103 } catch (ExceptionNotFound $e) {
H A DPageUrlPath.php109 } catch (ExceptionNotFound $e) {
261 } catch (ExceptionNotFound $e) {
275 } catch (ExceptionNotFound $e) {
281 } catch (ExceptionNull $e) {
294 } catch (ExceptionNull $e) {
298 } catch (ExceptionNotFound $e) {
H A DPermalinkTag.php42 } catch (ExceptionNotFound $e) {
48 } catch (ExceptionNotFound $e) {
62 } catch (ExceptionNotFound $e) {
90 } catch (ExceptionNotFound $e) {
H A DHistoricalBreadcrumbMenuItem.php157 } catch (ExceptionCompile $e) {
158 return LogUtility::wrapInRedForHtml("Error on breadcrumb markup ref. Message: {$e->getMessage()}");
H A DPipelineTag.php55 } catch (ExceptionBadSyntax $e) {
56 return LogUtility::wrapInRedForHtml($e->getMessage());
H A DHtml.php158 } catch (ExceptionBadSyntax $e) {
159 throw new ExceptionBadSyntax("Bad Syntax on Src Set ($i). Error: {$e->getMessage()}. Expected: $expectedSrc vs Actual: $actualSrc. ");
160 } catch (ExceptionNotEquals $e) {
161 throw ExceptionNotEquals::create("Not Equals on Src Set ($i). Error: {$e->getMessage()}.", $expectedSrc, $actualSrc);
175 } catch (ExceptionBadSyntax $e) {
176 throw new ExceptionBadSyntax("The expected URL string ($expected) is not valid. Error: {$e->getMessage()}");
180 } catch (ExceptionBadSyntax $e) {
181 throw new ExceptionBadSyntax("The $actual URL string ($actual) is not valid. Error: {$e->getMessage()}");
H A DHttpRequest.php103 } catch (ExceptionNotFound $e) {
H A DHttpResponse.php66 public static function getStatusFromException(\Exception $e): int argument
68 if ($e instanceof ExceptionNotFound || $e instanceof ExceptionNotExists) {
70 } elseif ($e instanceof ExceptionBadArgument) {
72 } elseif ($e instanceof ExceptionBadSyntax) {
74 } elseif ($e instanceof ExceptionBadState || $e instanceof ExceptionInternal) {
103 } catch (ExceptionNotFound|ExceptionNotExists $e) {
336 function setStatusAndBodyFromException(\Exception $e): HttpResponse argument
340 $this->setStatus(self::getStatusFromException($e));
383 setException(Exception $e) global() argument
[all...]
H A DQualityTag.php28 } catch (ExceptionCompile $e) {
29 return Message::createErrorMessage("Error while trying to read the JSON analytics document. {$e->getMessage()}")
H A DIFetcherAbs.php52 } catch (ExceptionNotFound $e) {
64 } catch (ExceptionNotFound $e) {
76 } catch (ExceptionNotFound $e) {
101 } catch (ExceptionNotFound $e) {
H A DIFetcherLocalImage.php25 } catch (ExceptionNotFound $e) {
65 } catch (ExceptionNotFound $e) {
H A DIconDownloader.php351 } catch (ExceptionCompile $e) {
352 throw new ExceptionCompile("The emoji name $iconName is unknown. The emoji could not be downloaded.", Icon::ICON_CANONICAL_NAME, 0, $e);
461 } catch (ExceptionCompile $e) {
462 throw new ExceptionCompile("The icon directory ($iconDir) could not be created.", Icon::ICON_CANONICAL_NAME, 0, $e);
476 } catch (\Exception $e) {
482 } catch (ExceptionNotFound $e) {
484 throw $e;
488 $message = "$message. Error: {$e->getMessage()}";
H A DIconTag.php58 } catch (ExceptionBadArgument $e) {
59 LogUtility::error("The requested icon width ($requestedWidth) is not a conform width. Error: " . $e->getMessage(), self::CANONICAL, $e);
69 public static function exceptionHandling(Exception $e, $tagAttribute): string argument
72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
74 LogUtility::warning($message, self::CANONICAL, $e);
88 } catch (\Exception $e) {
90 return IconTag::exceptionHandling($e, $tagAttributes);
105 } catch (ExceptionCompile $e) {
H A DSearch.php58 } catch (ExceptionSqliteNotAvailable $e) {
74 } catch (ExceptionCompile $e) {
H A DIdManager.php55 } catch (ExceptionNotFound $e) {
66 } catch (ExceptionNotFound $e) {
H A DIdentityFormsHelper.php115 } catch (ExceptionNotFound $e) {
162 } catch (ExceptionNotFound $e) {
262 } catch (\Exception $e) {
263 LogUtility::error("Error while creating the logo html", self::CANONICAL, $e);
H A DSite.php82 } catch (Exception $e) {
84 LogUtility::msg("The logo ($logoPath) is not a valid image. {$e->getMessage()}");
130 } catch (ExceptionBadArgument $e) {
156 } catch (ExceptionBadArgument $e) {
157 LogUtility::error("The configuration ($confKey) is not an integer. Error:{$e->getMessage()}", self::CANONICAL);
181 } catch (ExceptionBadArgument $e) {
215 } catch (ExceptionBadArgument $e) {
216 LogUtility::error("The configuration ($confKey) has value ($visitedPagesInBreadCrumb) that is not an integer. Error:{$e->getMessage()}");
358 } catch (ExceptionCompile $e) {
359 LogUtility::error("Error while getting the log as raster image: The png logo ($pngLogo) returns an error. {$e
[all...]
H A DSiteConfig.php253 } catch (ExceptionCompile $e) {
254 $message = "The rem configuration value ($value) is not a integer. Error: {$e->getMessage()}";
297 } catch (ExceptionBadArgument $e) {
298 LogUtility::internalError("Max in line size error.", self::CANONICAL, $e);
360 } catch (ExceptionBadArgument $e) {
361 LogUtility::internalError("Unable to the the maxseclevel as integer. Error: {$e->getMessage()}", Toc::CANONICAL);
481 } catch (ExceptionNotFound $e) {
525 } catch (ExceptionCompile $e) {
526 LogUtility::msg("The primary color value configuration ($value) is not valid. Error: {$e->getMessage()}");
541 } catch (ExceptionNotFound $e) {
[all...]
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php148 } catch (ParseException $e) {
149 return ['file' => $file, 'line' => $e->getParsedLine(), 'valid' => false, 'message' => $e->getMessage()];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DBaseErrorListener.php27 ?RecognitionException $e argument

1...<<11121314151617181920>>...134