summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
blob: 18a1402c67c113f1071cf1f493bc1ca0d4c883a2 (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
27
<!DOCTYPE html>
<html>
<head>
	<title>vrr-fakedisplay</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	%= 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>