X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Ferror%2F404.phtml;h=468953f3d7cfcb4e65cd7016e575272f64c112e4;hb=de8147bdf03136248afc2bc6fd04babc5529f047;hp=aa5771d43ded84dcdc8c6f45fe58d4b591ad21b5;hpb=9f7663fccceeeb7d3b00f6ee32cc5da70d7190c0;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/error/404.phtml b/module/Application/view/error/404.phtml index aa5771d..468953f 100644 --- a/module/Application/view/error/404.phtml +++ b/module/Application/view/error/404.phtml @@ -26,8 +26,35 @@ switch ($this->reason) {

- + + +controller) && $this->controller): ?> + +
+
Controller:
+
escape($this->controller) ?> +controller_class) + && $this->controller_class + && $this->controller_class != $this->controller +) { + echo " (resolves to " . $this->escape($this->controller_class) . ")"; +} +?> +
+ + + +exception) && $this->exception): ?> + +

Exception:

+ +

escape($this->exception->getMessage()) ?>

+ +

Stack trace

-

No Exception available

+
+exception->getTraceAsString() ?>
+