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.

---
 404.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '404.php')

diff --git a/404.php b/404.php
index be2ca1b..10e3716 100644
--- a/404.php
+++ b/404.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