From dd0433cf81fe5329b694a148191f09e427d4a56c Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 05:37:03 +0200 Subject: Class "ExceptionHandler" has been removed and several files has been changed. --- admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/auth.php') diff --git a/admin/auth.php b/admin/auth.php index dbdd3ef..2608171 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -80,7 +80,7 @@ try { # CATCH: Template\Exception #=============================================================================== catch(Template\Exception $Exception) { - $Exception->defaultHandler(); + Application::exit($Exception->getMessage()); } ?> -- cgit v1.2.3