summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
blob: 7654c0be888a5136cb2d6ecafdd90795e17d7a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="error">
<strong>500 Internal Server Error:</strong>
Beim Bearbeiten der Anfrage ist ein Fehler aufgetreten.<br/>

<pre>
----------[Debug start]----------
% if ($exception) {
%= ref($exception) ? $exception->message : $exception
Stash:
%= dumper $snapshot
% }
% else {
%= stash('message')
% }
----------[Debug end]----------
</pre>
</div>