Merge pull request #10713 from snipe/fixes/error_handler
Added use statement
This commit is contained in:
commit
6ef053bc52
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ namespace App\Exceptions;
|
||||||
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||||
use App\Helpers\Helper;
|
use App\Helpers\Helper;
|
||||||
use Illuminate\Validation\ValidationException;
|
use Illuminate\Validation\ValidationException;
|
||||||
|
use Illuminate\Auth\AuthenticationException;
|
||||||
use Log;
|
use Log;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
use JsonException;
|
use JsonException;
|
||||||
|
@ -142,4 +143,4 @@ class Handler extends ExceptionHandler
|
||||||
//
|
//
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue