X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Ferror%2F404.phtml;h=f3e4eba741c39d8470c9c498e63a2ae84f162742;hb=4b53f9f6426aada45be7c077d5f89141d7087bcd;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..f3e4eba 100644 --- a/module/Application/view/error/404.phtml +++ b/module/Application/view/error/404.phtml @@ -26,8 +26,36 @@ 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() ?>
+