From 6142f1cd6c5d9395c693ef377f1e63341e09817f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Dec 2014 14:49:01 +0100 Subject: add custom exception page --- templates/exception.html.ep | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/exception.html.ep (limited to 'templates/exception.html.ep') diff --git a/templates/exception.html.ep b/templates/exception.html.ep new file mode 100644 index 0000000..68d19fd --- /dev/null +++ b/templates/exception.html.ep @@ -0,0 +1,14 @@ +
500 Internal Server Error
+
+
+Beim Bearbeiten der Anfrage ist ein Fehler aufgetreten.
+
+An error occured while processing your request.
+
+----------[Debug start]----------
+%= $exception->message
+Stash:
+%= dumper $snapshot
+----------[Debug end]----------
+
+
-- cgit v1.2.3