summaryrefslogtreecommitdiffstats
path: root/src/ErrorHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ErrorHandler.php')
-rw-r--r--src/ErrorHandler.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ErrorHandler.php b/src/ErrorHandler.php
index 7250b7f..2cf371f 100644
--- a/src/ErrorHandler.php
+++ b/src/ErrorHandler.php
@@ -9,7 +9,7 @@ use Psr\Log\LoggerAwareInterface;
/**
* Handle error in following middlewares/app actions
*/
-class ErrorHandler implements LoggerAwareInterface
+class ErrorHandler implements ErrorHandlerInterface, LoggerAwareInterface
{
use ErrorHandler\Logging;
use ErrorHandler\ErrorCodes;
@@ -57,7 +57,6 @@ class ErrorHandler implements LoggerAwareInterface
}
-
/**
* Use this error handler as middleware
*/