Home
last modified time | relevance | path

Searched refs:e (Results 401 – 425 of 3328) sorted by last modified time

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

/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php73 } catch (ExceptionNotFound $e) {
78 } catch (ExceptionNotFound $e) {
87 } catch (ExceptionNotFound $e) {
95 } catch (ExceptionNotFound $e) {
H A DBacklinkCount.php99 } catch (ExceptionCompile $e) {
100 LogUtility::error($e->getMessage(), self::PROPERTY_NAME, $e);
H A DFeaturedRasterImage.php67 } catch (ExceptionNotFound $e) {
112 } catch (ExceptionNotFound $e) {
H A DPageH1.php79 } catch (ExceptionNotFound $e) {
95 } catch (ExceptionNotFound $e) {
H A DPageImages.php183 } catch (ExceptionNotFound $e) {
194 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
210 } catch (ExceptionCompile $e) {
211 LogUtility::internalError("Bad Usage value. Should not happen on get. Error: " . $e->getMessage(), self::CANONICAL, $e);
315 } catch (ExceptionNotFound $e) {
H A DSocialCardImage.php70 } catch (ExceptionNotFound $e) {
75 } catch (ExceptionNotFound $e) {
81 } catch (ExceptionNotFound $e) {
95 } catch (ExceptionNotFound $e) {
/plugin/combo/action/
H A Droutermessage.php239 } catch (ExceptionBadSyntax $e) {
240 LogUtility::internalError("Internal Error: Unable to get a markup ref for the page ($page). Error: {$e->getMessage()}");
H A Dsnippets.php102 } catch (ExceptionNotExists $e) {
124 } catch (\Exception $e) {
125 LogUtility::error("We couldn't get the attributes of the snippet ($snippet). It has been skipped. Error: {$e->getMessage()}", self::CANONICAL);
179 } catch (ExceptionNotFound $e) {
H A Dstaticresource.php123 } catch (\Exception $e) {
127 ->setException($e)
128 ->setStatusAndBodyFromException($e)
133 $event->data['statusmessage'] = $e->getMessage();
187 } catch (ExceptionCompile $e) {
189 LogUtility::msg("Error: {$e->getMessage()}");
225 } catch (ExceptionNotFound $e) {
245 } catch (ExceptionNotFound $e) {
251 ->setBodyAsJsonMessage("We were unable to get the etag because the media was not found. Error: {$e->getMessage()}")
284 } catch (ExceptionNotFound $e) {
[all...]
H A Dtoc.php54 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php106 } catch (ExceptionNotExists $e) {
185 } catch (ExceptionNotFound $e) {
198 } catch (ExceptionNotFound|ExceptionSqliteNotAvailable $e) {
212 } catch (ExceptionNotFound|ExceptionSqliteNotAvailable $e) {
233 } catch (ExceptionNotExists $e) {
240 } catch (ExceptionNotExists $e) {
241 throw ExceptionRuntimeInternal::withMessageAndError("The row should exists as we created it specifically", $e);
258 } catch (ExceptionNotFound $e) {
278 } catch (ExceptionNotFound $e) {
345 } catch (ExceptionNotFound $e) {
[all...]
H A DDictionary.php22 } catch (ExceptionCompile $e) {
23 throw new ExceptionCompile("The dictionary ($path) is not a valid json. Error: {$e->getMessage()}");
H A DDokuwikiId.php42 } catch (ExceptionBadArgument $e) {
43 throw new ExceptionNotFound($e->getMessage());
H A DMetaManagerForm.php125 } catch (ExceptionNotExists|ExceptionSqliteNotAvailable $e) {
126 LogUtility::error("Error with the db store" . $e->getMessage(), "metamanageform", $e);
135 } catch (ExceptionNotFound $e) {
H A DExceptionReporter.php13 private \Exception $e; variable in ComboStrap\\ExceptionReporter
15 public function __construct(\Exception $e) argument
17 $this->e = $e;
21 public static function createForException(\Exception $e): ExceptionReporter argument
23 return new ExceptionReporter($e);
28 return str_replace("\n", "<br/>", $this->e->getTraceAsString());
35 $errorMessage = $this->e->getMessage();
H A DOutline.php254 } catch (ExceptionBadArgument $e) {
278 } catch (ExceptionBadState $e) {
279 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
313 } catch (ExceptionBadState $e) {
314 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
316 } catch (ExceptionNotFound $e) {
326 } catch (ExceptionBadState $e) {
327 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e
[all...]
H A DOutlineSection.php204 } catch (ExceptionBadArgument $e) {
H A DExecutionContext.php179 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
275 } catch (ExceptionNotFound $e) {
306 } catch (ExceptionNotFound $e) {
431 } catch (ExceptionNotFound $e) {
441 } catch (ExceptionNotFound $e) {
802 } catch (ExceptionNotFound $e) {
810 } catch (ExceptionNotFound $e) {
928 } catch (ExceptionNotFound $e) {
937 } catch (ExceptionNotFound $e) {
[all...]
H A DOutlineVisitor.php155 } catch (\Exception $e) {
156 LogUtility::error("Error while capturing the feature images. Error: " . $e->getMessage(), Outline::CANONICAL, $e);
H A DFeaturedIcon.php61 } catch (ExceptionNotFound $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php61 } catch (NoSuchElementException $e) {
62 $last_exception = $e;
/plugin/combo/
H A Dcli.php289 } catch (ExceptionRuntime $e) {
290 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error: " . $e->getMessage(), LogUtility::LVL_MSG_ERROR);
360 } catch (ExceptionNotExists $e) {
363 } catch (ExceptionCompile $e) {
364 LogUtility::error("Error when get the analytics.", self::CANONICAL, $e);
372 } catch (ExceptionBadSyntax $e) {
375 } catch (ExceptionNotFound|ExceptionNotExists $e) {
426 } catch (ExceptionCompile $e) {
427 LogUtility::msg("Error while getting the id pages. {$e->getMessage()}");
449 } catch (ExceptionNotFound $e) {
[all...]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php141 } catch (ExceptionNotFound $e) {
174 } catch (ExceptionBadArgument $e) {
187 } catch (ExceptionNotFound $e) {
195 } catch (ExceptionNotFound $e) {
238 } catch (ExceptionNotFound $e) {
279 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php137 } catch (ExceptionBadArgument $e) {
178 } catch (ExceptionNotFound $e) {
191 } catch (ExceptionCompile $e) {
192 LogUtility::msg("There was a problem during rows insertion for the table ($tableName)" . $e->getMessage());
222 } catch (ExceptionCompile $e) {
223 LogUtility::msg("There was a problem during the row delete of $tableName. Message: {$e->getMessage()}");
267 } catch (ExceptionCompile $e) {
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php47 } catch (InvalidArgumentException $e) {
372 $e = CronExpression::factory('* * * * MON#1');
373 $this->assertTrue($e->isDue(new DateTime('2014-04-07 00:00:00')));
374 $this->assertFalse($e->isDue(new DateTime('2014-04-14 00:00:00')));
375 $this->assertFalse($e->isDue(new DateTime('2014-04-21 00:00:00')));
377 $e = CronExpression::factory('* * * * SAT#2');
378 $this->assertFalse($e->isDue(new DateTime('2014-04-05 00:00:00')));
379 $this->assertTrue($e->isDue(new DateTime('2014-04-12 00:00:00')));
380 $this->assertFalse($e->isDue(new DateTime('2014-04-19 00:00:00')));
382 $e
[all...]

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