summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
blob: dfa71e162f191ed1b5a95f51e565818a8c61226b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>