Lines Matching refs:e

170             } 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->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);
611 } catch (\Exception $e) {
617 throw new ExceptionCompile("An error has occurred while getting the output. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
658 } catch (Exception $e) {
660 LogUtility::msg("Error while storing the xhtml content: {$e->getMessage()}");
718 } catch (ExceptionNotFound $e) {
785 } catch (ExceptionNotFound $e) {
786 throw new ExceptionRuntime("Internal error: The fetch path should exists.", self::CANONICAL, 1, $e);
801 } catch (ExceptionNotFound|ExceptionCast $e) {
813 } catch (ExceptionNotFound $e) {
854 } catch (ExceptionNotFound $e) {
874 } catch (ExceptionNotFound $e) {
903 } catch (ExceptionNotFound $e) {
906 } catch (ExceptionCast $e) {
1068 } catch (ExceptionNotFound $e) {
1089 } catch (ExceptionNotFound $e) {
1094 } catch (ExceptionNotFound $e) {
1095 LogUtility::error("The path ($sourcePath) does not exist, we have set the markup to the empty string during rendering. If you want to delete the cache path, ask it via the cache path function", self::CANONICAL, $e);
1119 } catch (ExceptionNotFound $e) {
1142 } catch (ExceptionNotFound $e) {
1223 } catch (ExceptionCast|ExceptionNotFound $e) {
1265 } catch (ExceptionNotFound $e) {
1330 } catch (ExceptionNotFound $e) {
1331 throw new ExceptionRuntime($e);
1346 } catch (ExceptionNotFound $e) {
1347 throw new ExceptionRuntime($e);
1378 } catch (\Exception $e) {
1379 throw new ExceptionRuntimeInternal("An error has occurred while processing the instructions. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
1420 } catch (ExceptionNotFound $e) {