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. --- 403.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '403.php') diff --git a/403.php b/403.php index 7b6a168..7f914c0 100644 --- a/403.php +++ b/403.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 -- cgit v1.2.3