@@ -3,10 +3,10 @@  | 
                                                    ||
| 3 | 3 | namespace Recca0120\LaravelTracy\Exceptions;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Exception;  | 
                                                        
| 6 | -use Illuminate\Http\Response;  | 
                                                        |
| 6 | +use Illuminate\Contracts\Debug\ExceptionHandler;  | 
                                                        |
| 7 | 7 | use Illuminate\Contracts\View\View;  | 
                                                        
| 8 | +use Illuminate\Http\Response;  | 
                                                        |
| 8 | 9 | use Recca0120\LaravelTracy\DebuggerManager;  | 
                                                        
| 9 | -use Illuminate\Contracts\Debug\ExceptionHandler;  | 
                                                        |
| 10 | 10 | use Symfony\Component\HttpFoundation\JsonResponse;  | 
                                                        
| 11 | 11 | use Symfony\Component\HttpFoundation\RedirectResponse;  | 
                                                        
| 12 | 12 | |