Skip to content

Commit

Permalink
Update ExceptionHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson authored Sep 10, 2018
1 parent 14db4d7 commit 02e37d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Foundation/ExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Hanson\Vbot\Exceptions\LoginFailedException;
use Hanson\Vbot\Exceptions\LoginTimeoutException;
use Symfony\Component\Debug\Exception\FatalErrorException;
use Symfony\Component\Debug\Exception\FatalThrowableError;
use Throwable;

class ExceptionHandler
Expand Down Expand Up @@ -123,7 +122,6 @@ public function handleError($level, $message, $file = '', $line = 0)
*
* @param \Throwable $e
*
* @throws FatalThrowableError
* @throws Throwable
*
* @return bool
Expand Down

0 comments on commit 02e37d2

Please sign in to comment.