summaryrefslogtreecommitdiff
path: root/includes/engelsystem.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-11-20 17:08:05 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-11-25 11:27:38 +0100
commit6eea072376cc9fd1034342a0e1d2173681268138 (patch)
treea7331868cb29fad083f93fe6f8e31e918da25bdd /includes/engelsystem.php
parente54a10b81679bae9d19337617d6c58310d2f7a58 (diff)
Added ExceptionHandler Interface
Diffstat (limited to 'includes/engelsystem.php')
-rw-r--r--includes/engelsystem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/engelsystem.php b/includes/engelsystem.php
index 97076895..688ce49f 100644
--- a/includes/engelsystem.php
+++ b/includes/engelsystem.php
@@ -2,7 +2,7 @@
use Engelsystem\Application;
use Engelsystem\Config\Config;
-use Engelsystem\Exceptions\Handler as ExceptionHandler;
+use Engelsystem\Exceptions\BasicHandler as ExceptionHandler;
/**
* This file includes all needed functions, connects to the db etc.