summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
blob: 231258602e52fbc6499ec8e9dd1efa59f61be3e9 (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-infoscreen</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	%= stylesheet '/static/main.css'
</head>
<body>

<div class="container">
<div class="error">
<strong>500 Internal Server Error:</strong>
Beim Bearbeiten der Anfrage ist ein Fehler aufgetreten.<br/>

<pre>
----------[Debug start]----------
%= $exception->message
Stash:
%= dumper $snapshot
----------[Debug end]----------
</pre>
<a href="/">Zurück zur Hauptseite</a>
</div> <!-- error -->
</div> <!-- container -->
</body>
</html>