diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 2bb8cc9f5..e53c3c9d1 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -5,6 +5,7 @@ namespace App\Exceptions; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use App\Helpers\Helper; use Illuminate\Validation\ValidationException; +use Illuminate\Auth\AuthenticationException; use Log; use Throwable; use JsonException; @@ -142,4 +143,4 @@ class Handler extends ExceptionHandler // }); } -} +} \ No newline at end of file