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