|
@@ -3,7 +3,6 @@
|
|
|
namespace App\Exceptions;
|
|
|
|
|
|
use Exception;
|
|
|
-use Illuminate\Auth\AuthenticationException;
|
|
|
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
|
|
|
|
|
class Handler extends ExceptionHandler
|
|
@@ -14,7 +13,7 @@ class Handler extends ExceptionHandler
|
|
|
* @var array
|
|
|
*/
|
|
|
protected $dontReport = [
|
|
|
- AuthenticationException::class,
|
|
|
+ \Illuminate\Auth\AuthenticationException::class,
|
|
|
\Illuminate\Auth\Access\AuthorizationException::class,
|
|
|
\Symfony\Component\HttpKernel\Exception\HttpException::class,
|
|
|
\Illuminate\Database\Eloquent\ModelNotFoundException::class,
|