diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-01 12:30:42 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-01 12:30:42 +0200 |
commit | 559fb4b5a3d0e492cf97ab63d8b1798932762c4c (patch) | |
tree | 89007662a72032a60b3917d7b45289c83bd33b8e /templates/exception.html.ep | |
parent | c677f846801966d07686aba4378b8873ee1ec2d7 (diff) |
Release assets4.26.3
Diffstat (limited to 'templates/exception.html.ep')
-rw-r--r-- | templates/exception.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/exception.html.ep b/templates/exception.html.ep index 65ec7ff..7654c0b 100644 --- a/templates/exception.html.ep +++ b/templates/exception.html.ep @@ -5,7 +5,7 @@ Beim Bearbeiten der Anfrage ist ein Fehler aufgetreten.<br/> <pre> ----------[Debug start]---------- % if ($exception) { -%= $exception->message +%= ref($exception) ? $exception->message : $exception Stash: %= dumper $snapshot % } |