|  | @@ -3,10 +3,10 @@
 | 
	
		
			
				|  |  |  namespace App\Exceptions;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  use Exception;
 | 
	
		
			
				|  |  | +use Illuminate\Validation\ValidationException;
 | 
	
		
			
				|  |  |  use Illuminate\Auth\Access\AuthorizationException;
 | 
	
		
			
				|  |  |  use Illuminate\Database\Eloquent\ModelNotFoundException;
 | 
	
		
			
				|  |  |  use Symfony\Component\HttpKernel\Exception\HttpException;
 | 
	
		
			
				|  |  | -use Illuminate\Foundation\Validation\ValidationException;
 | 
	
		
			
				|  |  |  use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  class Handler extends ExceptionHandler
 |