aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
diff options
context:
space:
mode:
Diffstat (limited to '404.php')
-rw-r--r--404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/404.php b/404.php
index be2ca1b..10e3716 100644
--- a/404.php
+++ b/404.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