summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-09-20 01:29:04 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-09-20 01:29:04 +0200
commit31414905d710ed53796d67759dec24baf2eeefc7 (patch)
tree283d2d1b2b2f8ba8214371e36c3b43ca163a59c2 /src
parent5b12eecdd63dd6fc64e988cd2ff6b5fb89d10429 (diff)
Fixed exceptionHandler to catch PdoExceptions, formatting
Diffstat (limited to 'src')
-rw-r--r--src/Exceptions/Handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/Handler.php b/src/Exceptions/Handler.php
index c4fb639c..95bcd132 100644
--- a/src/Exceptions/Handler.php
+++ b/src/Exceptions/Handler.php
@@ -42,7 +42,7 @@ class Handler
/**
* @param Throwable $e
*/
- public function exceptionHandler(Throwable $e)
+ public function exceptionHandler($e)
{
$this->handle(
'exception',