From 334cdd809e665db47dde838765c2669f9a52d3cf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 20 Dec 2014 14:03:15 +0100 Subject: add exception and not_found templates --- templates/exception.html.ep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..dfa71e1 --- /dev/null +++ b/templates/exception.html.ep @@ -0,0 +1,26 @@ + + + + vrr-fakedisplay + + %= stylesheet '/main.css' + + + +
500 Internal Server Error
+
+
+An error occured while processing your request.
+
+----------[Debug start]----------
+%= $exception->message
+Stash:
+%= dumper $snapshot
+----------[Debug end]----------
+
+
+
+return to main page +
+ + -- cgit v1.2.3