diff options
Diffstat (limited to '403.php')
-rw-r--r-- | 403.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ try { # CATCH: Template\Exception #=============================================================================== catch(Template\Exception $Exception) { - $Exception->defaultHandler(); + Application::exit($Exception->getMessage()); } ?>
\ No newline at end of file |