@@ -5,9 +5,8 @@ |
||
5 | 5 | namespace Sarala\Exceptions; |
6 | 6 | |
7 | 7 | use Exception; |
8 | -use Illuminate\Http\Request; |
|
9 | -use Illuminate\Http\Response; |
|
10 | 8 | use Illuminate\Http\JsonResponse; |
9 | +use Illuminate\Http\Request; |
|
11 | 10 | |
12 | 11 | abstract class ApiException extends Exception implements JsonApiExceptionContract |
13 | 12 | { |