summaryrefslogtreecommitdiff
path: root/templates/exception.html.ep
blob: 65ec7ffef65f162d233fdac732669e972ea1dd27 (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) {
%= $exception->message
Stash:
%= dumper $snapshot
% }
% else {
%= stash('message')
% }
----------[Debug end]----------
</pre>
</div>