Home
last modified time | relevance | path

Searched refs:e (Results 176 – 200 of 3328) sorted by last modified time

12345678910>>...134

/plugin/combo/ComboStrap/
H A DLazyLoad.php258 } catch (ExceptionNotFound $e) {
H A DLdJson.php87 } catch (ExceptionCast $e) {
88 LogUtility::internalError("The page image should come from a wiki path", self::CANONICAL, $e);
93 } catch (ExceptionNotFound $e) {
95 LogUtility::internalError("The page image mime could not be determined. Error:" . $e->getMessage(), self::CANONICAL, $e);
102 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
103 LogUtility::error("The image ($pageImagePath) could not be added as page image. Error: {$e->getMessage()}");
222 } catch (ExceptionCompile $e) {
226 } catch (ExceptionNotFound $e) {
254 } catch (ExceptionNotFound $e) {
[all...]
H A DLocalFileSystem.php49 } catch (ExceptionNotFound $e) {
198 } catch (ExceptionNotFound $e) {
H A DLocalPath.php99 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
100 LogUtility::internalError("The uri path could not be created", self::CANONICAL, $e);
434 } catch (ExceptionNotFound $e) {
445 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
H A DBlockquoteTag.php278 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
279 LogUtility::internalError("It should not happen as the url is written by ons (ie is a literal)", self::TAG, $e);
H A DBootstrap.php105 } catch (ExceptionBadArgument $e) {
152 } catch (ExceptionNotFound|ExceptionBadSyntax $e) {
153 LogUtility::internalError("An error has occurred reading the file ($stylesheetsFile). Error:{$e->getMessage()}", self::CANONICAL);
171 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
205 } catch (ExceptionNotFound $e) {
239 } catch (ExceptionNotFound $e) {
245 } catch (ExceptionNotFound $e) {
250 } catch (ExceptionNotFound $e) {
270 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
272 throw new ExceptionRuntimeInternal("Unable to read the file {$bootstrapJsonFile} as json.", self::CANONICAL, 1, $e);
[all...]
H A DLogUtility.php79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null) argument
84 } catch (ExceptionCompile $e) {
85 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
106 self::log2file($message, $level, $canonical, $e);
112 self::throwErrorIfTest($level, $message, $e);
124 * @param \Exception $e
126 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null, \Exception $e = null) argument
131 } catch (ExceptionCompile $e) {
132 $msg = $e->getMessage();
164 self::throwErrorIfTest($logLevel, $msg, $e);
274 throwErrorIfTest($level, $message, \\Exception $e = null) global() argument
338 error(string $message, string $canonical = self SUPPORT_CANONICAL, \\Exception $e = null) global() argument
343 warning(string $message, string $canonical = 'support', \\Exception $e = null) global() argument
348 info(string $message, string $canonical = 'support', \\Exception $e = null) global() argument
413 debug(string $message, string $canonical = self SUPPORT_CANONICAL, $e = null) global() argument
[all...]
H A DBrand.php100 } catch (ExceptionNotFound $e) {
135 } catch (ExceptionNotFound $e) {
151 } catch (ExceptionCompile $e) {
154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
179 } catch (ExceptionNotFound $e) {
277 } catch (ExceptionNotFound $e) {
300 } catch (ExceptionNotFound $e) {
H A DLowQualityCalculatedIndicator.php38 } catch (ExceptionNotFound $e) {
51 } catch (ExceptionNotExists $e) {
66 } catch (ExceptionCompile $e) {
67 $message = "Error while reading the json analytics. {$e->getMessage()}";
H A DBrandListTag.php18 } catch (ExceptionCompile $e) {
19 return "Error while creating the brand list. Error: {$e->getMessage()}";
107 } catch (ExceptionCompile $e) {
108 $message = "Error while rendering the brand $brandName. Error: {$e->getMessage()}";
113 throw new ExceptionRuntime($message, BrandListTag::MARKUP, 0, $e);
H A DLowQualityPageOverwrite.php69 } catch (ExceptionNotFound $e) {
H A DBrandTag.php78 } catch (ExceptionCompile $e) {
79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");
87 } catch (ExceptionCompile $e) {
88 return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton) could not be determined. Error: {$e->getMessage()}");
98 } catch (ExceptionCompile $e) {
99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");
141 } catch (ExceptionCompile $e) {
150 $htmlOutput .= "The brand icon returns an error. Error: {$e->getMessage()}";
243 } catch (ExceptionNotFound $e) {
H A DMarkupCacheDependencies.php174 } catch (ExceptionNotExists $e) {
226 } catch (ExceptionNotFound $e) {
312 } catch (ExceptionCast|ExceptionNotFound $e) {
317 } catch (ExceptionNotFound $e) {
343 } catch (ExceptionCompile $e) {
344 LogUtility::msg("Error while trying to reroute the content cache destination for the fetcher ({$this->markupFetcher}). You may have cache problem. Error: {$e->getMessage()}");
386 } catch (ExceptionNotFound $e) {
H A DBrandingColors.php45 } catch (ExceptionCompile $e) {
H A DMarkupDynamicRender.php76 } catch (ExceptionNotFound $e) {
113 } /** @noinspection PhpRedundantCatchClauseInspection */ catch (Exception $e) {
119 throw new ExceptionCompile("Error while rendering instructions. Error was: {$e->getMessage()}", "dynamic renderer", 1, $e);
H A DMarkupFileSystem.php65 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionCast $e) {
84 throw new ExceptionRuntimeInternal("The path could not be cast to a local path", self::CANONICAL, 1, $e);
93 } catch (ExceptionCast|ExceptionFileSystem $e) {
94 throw new ExceptionRuntimeInternal("The path could not be deleted", self::CANONICAL, 1, $e);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php58 } catch (\Exception $e) {
60 throw new ExceptionRuntimeInternal("Error while creating the ajax fetcher.", self::CANONICAL, 1, $e);
64 ->setException($e)
123 } catch (ExceptionNotFound $e) {
/plugin/combo/action/
H A Dcacheexpiration.php97 } catch (ExceptionNotFound $e) {
140 } catch (ExceptionCompile $e) {
141 LogUtility::msg("Error while calculating the new expiration date. Error: {$e->getMessage()}");
151 } catch (ExceptionCompile $e) {
152 LogUtility::msg("Error while persisting the new expiration date. Error:{$e->getMessage()}");
H A Dimgmove.php68 } catch (ExceptionNotFound $e) {
74 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionBadArgument $e) {
84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
111 } catch (ExceptionCompile $e) {
112 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical(), $e);
180 } catch (ExceptionCompile $e) {
181 LogUtility::msg("The frontmatter could not be loaded. " . $e
[all...]
/plugin/combo/syntax/
H A Dfragment.php180 } catch (ExceptionNotFound $e) {
226 } catch (ExceptionCompile $e) {
227 $renderer->doc .= LogUtility::wrapInRedForHtml("Error while rendering the instruction. Error: {$e->getMessage()}");
H A Dfrontmatter.php154 } catch (ExceptionCompile $e) {
162 } catch (ExceptionCompile $e) {
214 } catch (ExceptionNotFound $e) {
330 } catch (\Exception $e) {
331 LogUtility::internalError("The image registration did not work. Error: {$e->getMessage()}");
363 } catch (ExceptionBadArgument|ExceptionNotFound|ExceptionBadSyntax $e) {
364 LogUtility::internalError("The media image statistics could not be created. The media markup could not be instantiated with the path ($path). Error:{$e->getMessage()}");
H A Dhighlightwiki.php54 } catch (ExceptionNotFound $e) {
62 } catch (ExceptionCompile $e) {
63 LogUtility::msg("Error on highlight color calculation", self::CANONICAL, $e);
H A Diterator.php102 } catch (ExceptionBadArgument $e) {
103 LogUtility::warning("Error while creating the path for the page image with the path value ($pathString)", PageImageTag::CANONICAL, $e);
117 } catch (ExceptionBadArgument $e) {
118 LogUtility::internalError("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
122 } catch (ExceptionNotFound $e) {
366 } catch (ExceptionSqliteNotAvailable $e) {
385 } catch (Exception $e) {
386 $renderer->doc .= "The page sql is not valid. Error Message: {$e->getMessage()}. Page Sql: ($pageSql)";
408 } catch (ExceptionNotFound $e) {
426 } catch (ExceptionCompile $e) {
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php79 } catch (ElementNotInteractableException $e) {
83 $this->clickChildElement($e);
243 var e = arguments[0];
244 e.scrollIntoView({ behavior: 'instant', block: 'end', inline: 'nearest' });
245 var rect = e.getBoundingClientRect();
321 * Get the visible (i.e. not hidden by CSS) innerText of this element,
410 } catch (WebDriverException $e) {
575 } catch (ElementNotInteractableException $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php48 } catch (\Exception $e) {
50 throw new DriverServerDiedException($e);
52 throw $e;

12345678910>>...134