From dd0433cf81fe5329b694a148191f09e427d4a56c Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Tue, 11 Apr 2017 05:37:03 +0200
Subject: Class "ExceptionHandler" has been removed and several files has been
 changed.

---
 system/user/main.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'system/user/main.php')

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());
 	}
 }
 
-- 
cgit v1.2.3