@@ -2,14 +2,14 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Exceptions; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | 5 | use App\Http\ApiResponse; |
| 7 | 6 | use App\Jobs\SendBearyChat; |
| 7 | +use Exception; |
|
| 8 | 8 | use Illuminate\Auth\AuthenticationException; |
| 9 | -use Illuminate\Validation\ValidationException; |
|
| 10 | -use Symfony\Component\HttpKernel\Exception\HttpException; |
|
| 11 | 9 | use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
| 12 | 10 | use Illuminate\Foundation\Http\Exceptions\MaintenanceModeException; |
| 11 | +use Illuminate\Validation\ValidationException; |
|
| 12 | +use Symfony\Component\HttpKernel\Exception\HttpException; |
|
| 13 | 13 | |
| 14 | 14 | class Handler extends ExceptionHandler |
| 15 | 15 | { |