|
@@ -3,6 +3,7 @@
|
|
namespace App\Exceptions;
|
|
namespace App\Exceptions;
|
|
|
|
|
|
use Exception;
|
|
use Exception;
|
|
|
|
+use Illuminate\Auth\AuthenticationException;
|
|
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
|
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
|
|
|
|
|
class Handler extends ExceptionHandler
|
|
class Handler extends ExceptionHandler
|