Lines Matching refs:e

124             } catch (ExceptionCompile $e) {
125 LogUtility::error("Error while rendering the leaf. Error: {$e->getMessage()}", self::CANONICAL);
134 } catch (ExceptionCompile $e) {
135 LogUtility::error("Error while rendering the default tree page. Error: {$e->getMessage()}", self::CANONICAL);
151 } catch (ExceptionNotFound $e) {
311 } catch (ExceptionNotFound $e) {
332 } catch (ExceptionNotFound $e) {
340 } catch (ExceptionNotFound $e) {
410 } catch (ExceptionCompile $e) {
411 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the home. Error: {$e->getMessage()}");
419 } catch (ExceptionCompile $e) {
420 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default home. Error: {$e->getMessage()}");
456 } catch (ExceptionCompile $e) {
457 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the parent instructions. Error: {$e->getMessage()}");
468 } catch (ExceptionCompile $e) {
469 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default parent. Error: {$e->getMessage()}");
477 } catch (ExceptionNotFound $e) {
509 } catch (ExceptionBadSyntax $e) {
510 LogUtility::msg("Bad syntax for the namespace $namespacePath. Error: {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, PageExplorerTag::CANONICAL);
528 } catch (ExceptionCompile $e) {
529 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the sub-namespace. Error: {$e->getMessage()}");
539 } catch (ExceptionCompile $e) {
540 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default namespace. Error: {$e->getMessage()}");
577 } catch (ExceptionCompile $e) {
578 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the page. Error: {$e->getMessage()}");
586 } catch (ExceptionCompile $e) {
587 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default page. Error: {$e->getMessage()}");
638 } catch (ExceptionBadSyntax $e) {
639 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the tree sub-namespace. Error: {$e->getMessage()}");
764 } catch (ExceptionCompile $e) {
765 $html .= LogUtility::wrapInRedForHtml("Error while rendering the child directory. Error: {$e->getMessage()}");