Home
last modified time | relevance | path

Searched refs:e (Results 201 – 225 of 3328) sorted by last modified time

12345678910>>...134

/plugin/combo/action/
H A Dindexer.php91 } catch (ExceptionTimeOut $e) {
119 } catch (ExceptionCompile $e) {
122 throw $e;
124 $message = "Error with the database replication for the page ($page). " . $e->getMessage();
147 } catch (ExceptionNotFound $e) {
164 } catch (ExceptionNotFound $e) {
165 LogUtility::internalError("The identifier and the value identifier should be known at this stage", self::CANONICAL, $e);
174 } catch (ExceptionCompile $e) {
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
[all...]
H A Dmetadescription.php39 } catch (ExceptionNotFound $e) {
53 } catch (ExceptionNotFound $e) {
H A Dmetafacebook.php73 } catch (ExceptionNotFound $e) {
88 } catch (ExceptionNotFound $e) {
116 } catch (ExceptionNotFound $e) {
124 } catch (ExceptionNotFound $e) {
147 } catch (ExceptionCompile $e) {
148 LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) because of the following error: {$e->getMessage()}", self::CANONICAL);
173 } catch (ExceptionNotFound $e) {
174 LogUtility::internalError($e->getMessage());
188 } catch (ExceptionCompile $e) {
189 LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the image: {$e
[all...]
H A Dmetagoogle.php44 } catch (ExceptionNotFound $e) {
55 } catch (ExceptionNotFound $e) {
H A Dmetatitle.php47 } catch (ExceptionNotFound $e) {
H A Dmetatwitter.php105 } catch (ExceptionNotFound $e) {
162 } catch (ExceptionNotFound $e) {
174 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
175 LogUtility::error("Error with the twitter image url. " . $e->getMessage(), self::CANONICAL, $e);
H A Dpageprotection.php191 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
192 LogUtility::internalError("We were unable to build the page fetcher. Error: " . $e->getMessage(), "sitemap", $e);
338 } catch (ExceptionNotEnabled $e) {
H A Dslottemplate.php48 } catch (ExceptionNotFound $e) {
60 } catch (ExceptionNotFound $e) {
62 LogUtility::error("Internal Error", self::CANONICAL, $e);
H A Dsnippetsbootstrap.php303 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/
H A DMarkupPath.php292 } catch (ExceptionNotFound $e) {
307 } catch (ExceptionNotFound $e) {
323 } catch (ExceptionNotFound $e) {
465 } catch (ExceptionNotFound $e) {
515 } catch (ExceptionNotFound $e) {
561 } catch (ExceptionNotFound $e) {
640 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
641 LogUtility::error("First Raster Image error. Error: " . $e->getMessage(), self::CANONICAL_PAGE, $e);
643 } catch (ExceptionNotExists $e) {
[all...]
H A DCacheExpirationDate.php51 } catch (ExceptionNotExists $e) {
87 } catch (ExceptionNotFound $e) {
94 throw $e;
H A DCacheTag.php30 } catch (ExceptionNotFound $e) {
43 } catch (ExceptionBadSyntax $e) {
47 } catch (ExceptionBadArgument $e) {
49 $message = "Internal Error: The cache expiration date could not be stored: {$e->getMessage()}";
50 LogUtility::error($message, self::MARKUP, $e);
82 } catch (ExceptionNotFound $e) {
83 LogUtility::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
90 } catch (ExceptionCompile $e) {
H A DCallStack.php128 } catch (\ReflectionException $e) {
157 } catch (\ReflectionException $e) {
373 } catch (ExceptionCompile $e) {
375 LogUtility::msg($e->getMessage());
387 } catch (ExceptionCompile $e) {
389 LogUtility::msg($e->getMessage());
600 } catch (ExceptionBadArgument $e) {
H A DCanonical.php42 } catch (ExceptionNotFound $e) {
150 } catch (ExceptionBadArgument $e) {
196 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
198 LogUtility::internalError($message, self::CANONICAL, $e);
H A DColorRgb.php285 } catch (ExceptionCompile $e) {
340 } catch (ExceptionCompile $e) {
630 } catch (ExceptionCompile $e) {
632 LogUtility::msg("Error while shading. Error: {$e->getMessage()}");
677 } catch (ExceptionCompile $e) {
679 LogUtility::msg("Error while tinting ($this) with a percentage ($percentage. Error: {$e->getMessage()}");
760 } catch (ExceptionCompile $e) {
761 LogUtility::msg("Error while getting the complementary color of ($this). Error: {$e->getMessage()}");
814 } catch (ExceptionCompile $e) {
815 throw new ExceptionCompile("The rgb color $color is not an integer. Error: {$e
[all...]
H A DColorSystem.php27 } catch (ExceptionCompile $e) {
28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
61 } catch (ExceptionCompile $e) {
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DComboFs.php28 } catch (ExceptionNotExists $e) {
32 } catch (ExceptionCompile $e) {
33 throw new ExceptionRuntimeInternal("Unable to store the page id in the database. Message:" . $e->getMessage(), self::CANONICAL, 1, $e);
43 } catch (ExceptionSqliteNotAvailable $e) {
H A DDateTag.php39 } catch (ExceptionNotFound $e) {
112 } catch (ExceptionBadSyntax $e) {
113 $message = "Error while formatting a date. Error: {$e->getMessage()}";
H A DDimension.php224 } catch (ExceptionCompile $e) {
229 } catch (ExceptionCompile $e) {
257 } catch (ExceptionBadArgument $e) {
258 LogUtility::error("The width value ($widthValue) is not a valid length. Error: {$e->getMessage()}");
296 } catch (ExceptionBadArgument $e) {
313 } catch (ExceptionBadArgument $e) {
314 LogUtility::error("The conditional length ($conditionalWidthLength) could not be converted to a col class. Error: {$e->getMessage()}");
322 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php183 } catch (ExceptionCompile $e) {
184 LogUtility::msg("Unable to build the metadata children object: " . $e->getMessage());
203 } catch (ExceptionNotFound $e) {
419 } catch (ExceptionNotFound $e) {
440 } catch (ExceptionNotFound $e) {
539 } catch (ExceptionNotFound $e) {
756 } catch (ExceptionNotFound $e) {
H A DMetadataBoolean.php76 } catch (ExceptionNotFound $e) {
94 } catch (ExceptionNotFound $e) {
H A DMetadataDateTime.php39 } catch (ExceptionNotFound $e) {
44 } catch (ExceptionBadArgument $e) {
45 throw ExceptionRuntimeInternal::withMessageAndError("The date time should have been checked on set. This error should not happen", $e);
81 } catch (ExceptionNotFound $e) {
86 } catch (ExceptionBadArgument $e) {
87 $message = "The date time ($this) has a default value ($defaultValue) that is not valid. Error: {$e->getMessage()}";
105 } catch (ExceptionCompile $e) {
106 LogUtility::msg($e->getMessage(), $this->getCanonical());
167 } catch (ExceptionCompile $e) {
168 LogUtility::msg($e
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php140 } catch (NoSuchElementException $e) {
179 } catch (StaleElementReferenceException $e) {
206 } catch (StaleElementReferenceException $e) {
262 } catch (StaleElementReferenceException $e) {
283 } catch (StaleElementReferenceException $e) {
303 } catch (StaleElementReferenceException $e) {
339 } catch (StaleElementReferenceException $e) {
359 } catch (NoSuchFrameException $e) {
378 } catch (NoSuchElementException $e) {
380 } catch (StaleElementReferenceException $e) {
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php60 } catch (ExceptionNotFound $e) {
167 } catch (ExceptionNotFound $e) {
180 } catch (ExceptionCompile $e) {
181 LogUtility::msg("An exception has occurred with the deprecated alias selection query. {$e->getMessage()}");
207 } catch (ExceptionCompile $e) {
208 LogUtility::msg("An exception has occurred with the delete deprecated alias statement. {$e->getMessage()}", LogUtility::LVL_MSG_ERROR);
261 } catch (ExceptionCompile $e) {
H A DFeaturedImage.php83 } catch (ExceptionNotFound $e) {
86 } catch (ExceptionNotFound $e) {
89 } catch (ExceptionNotFound $e) {

12345678910>>...134