Lines Matching refs:e

106         } 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) {
369 } catch (ExceptionNotFound $e) {
380 } catch (ExceptionNotFound $e) {
393 } catch (ExceptionNotFound $e) {
413 } catch (ExceptionCompile $e) {
414 LogUtility::error("Something went wrong when deleting the page ({$this->markupPath}) from the database with the rowid $rowId", self::CANONICAL, $e);
438 } catch (ExceptionCompile $e) {
439 throw ExceptionRuntimeInternal::withMessageAndError("Error while building back the analytics JSON object. {$e->getMessage()}", $e);
462 } catch (ExceptionNotFound $e) {
472 } catch (ExceptionNotFound $e) {
482 } catch (ExceptionCast|ExceptionNotFound $e) {
492 } catch (ExceptionNotFound $e) {
515 } catch (ExceptionCompile $e) {
516 LogUtility::msg("Error while reading the replication date in the database. {$e->getMessage()}");
614 } catch (ExceptionCompile $e) {
615 throw new ExceptionBadState("There was a problem during the page attribute updates. : {$e->getMessage()}");
664 } catch (ExceptionNotFound $e) {
696 } catch (ExceptionCompile $e) {
697 throw new ExceptionBadState("There was a problem during the updateAttributes insert. : {$e->getMessage()}");
818 } catch (ExceptionNotExists $e) {
859 } catch (ExceptionNotFound $e) {
874 } catch (ExceptionNotExists $e) {
917 } catch (ExceptionCompile $e) {
918 throw new ExceptionRuntimeInternal("Error while retrieving the object by id", self::CANONICAL, 1, $e);
973 } catch (ExceptionCompile $e) {
974 throw new ExceptionRuntime("An exception has occurred with the page search from CANONICAL. " . $e->getMessage());
1053 } catch (ExceptionCompile $e) {
1054 $message = "Internal Error: An exception has occurred with the page search from a PATH: " . $e->getMessage();
1076 } catch (ExceptionBadArgument $e) {
1158 } catch (ExceptionCompile $e) {
1159 LogUtility::msg("An exception has occurred with the alias selection query. {$e->getMessage()}");
1199 } catch (ExceptionCompile $e) {
1256 } catch (ExceptionCompile $e) {
1258 throw $e;
1260 throw new ExceptionCompile("Unable to get the analytics document", self::CANONICAL, 0, $e);
1295 } catch (ExceptionCast $e) {
1333 } catch (ExceptionCompile $e) {
1334 throw new ExceptionRuntimeInternal("Error while retrieving the object by rowid ($rowId)", self::CANONICAL, 1, $e);