diff --git a/src/LithiumDev/ExceptionMailer/ExceptionHandler.php b/src/LithiumDev/ExceptionMailer/ExceptionHandler.php index 697cd13..a8e7117 100644 --- a/src/LithiumDev/ExceptionMailer/ExceptionHandler.php +++ b/src/LithiumDev/ExceptionMailer/ExceptionHandler.php @@ -2,18 +2,18 @@ namespace LithiumDev\ExceptionMailer; -use Exception; +use Throwable; use App\Exceptions\Handler; class ExceptionHandler extends Handler { /** * - * @param Exception $e + * @param Throwable $e * * @return type */ - public function report(Exception $e) + public function report(Throwable $e) { parent::report($e);