summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-07-27 21:13:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-07-27 21:13:03 +0200
commitd9659083e0cebd07722b9030d4bf024bfc223c4e (patch)
tree1189266b3a96263ebae2ed467b2d20b8fe1c6c02 /templates/exception.html.ep
parent7570248c3dcd8c2129d22521ee3bc2c68294ed38 (diff)
also, error messages
Diffstat (limited to 'templates/exception.html.ep')
-rw-r--r--templates/exception.html.ep16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/exception.html.ep b/templates/exception.html.ep
index cbbc963..9e11232 100644
--- a/templates/exception.html.ep
+++ b/templates/exception.html.ep
@@ -8,20 +8,20 @@
</head>
<body>
-<div class="error">500 Internal Server Error</div>
-<div>
-<pre>
-An error occured while processing your request.
+<div class="container">
+<div class="error">
+<strong>500 Internal Server Error:</strong>
+An error occured while processing your request.<br/>
+<pre>
----------[Debug start]----------
%= $exception->message
Stash:
%= dumper $snapshot
----------[Debug end]----------
</pre>
-</div>
-<div>
-<a href="/">return to main page</a>
-</div>
+<a href="/">Return to main page</a>
+</div> <!-- error -->
+</div> <!-- container -->
</body>
</html>