X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fviews%2Ferror%2F404.phtml;h=1afb8661fa1a833ac77de89b463d125b4e00970e;hb=6288ec421a933d977be1361070627e7b3cf39267;hp=cf9b4865f5e175393b76f9e8115429c88be22b64;hpb=2d47e39b8075d7bf24397f11a0056afe8c417aa1;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/views/error/404.phtml b/module/Application/views/error/404.phtml index cf9b486..1afb866 100644 --- a/module/Application/views/error/404.phtml +++ b/module/Application/views/error/404.phtml @@ -1,14 +1,22 @@ -

An 404 error occurred

+

A 404 error occurred

message ?>

-exception)): ?> +display_exceptions) && $this->display_exceptions): ?> + +exception) && $this->exception instanceof Exception): ?>

Exception information:

- Message: exception->getMessage() ?> +

Message:

+
exception->getMessage() ?>
+

Stack trace:

+
exception->getTraceAsString() ?>

-

Stack trace:

-
exception->getTraceAsString() ?>
+ + +

No Exception available

+ + \ No newline at end of file