From 25e434bce4986b48bd72729a55aa1096e5a76be3 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 24 Nov 2017 15:08:43 +0100 Subject: Refactored ExceptionHandler --- src/Exceptions/Handlers/HandlerInterface.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Exceptions/Handlers/HandlerInterface.php (limited to 'src/Exceptions/Handlers/HandlerInterface.php') diff --git a/src/Exceptions/Handlers/HandlerInterface.php b/src/Exceptions/Handlers/HandlerInterface.php new file mode 100644 index 00000000..9de33e1f --- /dev/null +++ b/src/Exceptions/Handlers/HandlerInterface.php @@ -0,0 +1,21 @@ +