aboutsummaryrefslogtreecommitdiffstats
path: root/403.php
diff options
context:
space:
mode:
Diffstat (limited to '403.php')
-rw-r--r--403.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/403.php b/403.php
index 7b6a168..7f914c0 100644
--- a/403.php
+++ b/403.php
@@ -27,6 +27,6 @@ try {
# CATCH: Template\Exception
#===============================================================================
catch(Template\Exception $Exception) {
- $Exception->defaultHandler();
+ Application::exit($Exception->getMessage());
}
?> \ No newline at end of file