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