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;