summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exception.html.ep')
-rw-r--r--templates/exception.html.ep26
1 files changed, 26 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>vrr-fakedisplay</title>
+ <meta charset="utf-8">
+ %= stylesheet '/main.css'
+</head>
+<body>
+
+<div class="error">500 Internal Server Error</div>
+<div>
+<pre>
+An error occured while processing your request.
+
+----------[Debug start]----------
+%= $exception->message
+Stash:
+%= dumper $snapshot
+----------[Debug end]----------
+</pre>
+</div>
+<div>
+<a href="/">return to main page</a>
+</div>
+</body>
+</html>