From 8c666fd49205e872f7159594f0c197875d96f9b8 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Tue, 15 Jun 2021 14:23:07 +0300 Subject: [PATCH] initial --- app/Exceptions/ExceptionHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/ExceptionHandler.php b/app/Exceptions/ExceptionHandler.php index 9f3f95065..898f1e84b 100644 --- a/app/Exceptions/ExceptionHandler.php +++ b/app/Exceptions/ExceptionHandler.php @@ -2,6 +2,7 @@ namespace App\Exceptions; +use Anomaly\Streams\Platform\Exception\ExceptionIdentifier; use Swift_TransportException; use Throwable; use Illuminate\Support\Facades\Auth;