diff options
Diffstat (limited to 'system/user/main.php')
-rw-r--r-- | system/user/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/user/main.php b/system/user/main.php index 8b7bc79..7944f1f 100644 --- a/system/user/main.php +++ b/system/user/main.php @@ -74,7 +74,7 @@ try { # CATCH: Template\Exception #=============================================================================== catch(Template\Exception $Exception) { - $Exception->defaultHandler(); + Application::exit($Exception->getMessage()); } } |