summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
blob: 2f20bc64470d1f7b53a0b5ce0e49edad8555b7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>
</div>