From f7648c522d2db06c7864caa778ac95de9a6a716e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2015 15:39:57 +0100 Subject: add exception template --- templates/exception.html.ep | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 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