diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index f6449b25d..a81f1a464 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -2,12 +2,14 @@ namespace App\Exceptions; -use App\Helpers\Helper; use Exception; use Illuminate\Auth\AuthenticationException; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; +use App\Helpers\Helper; +use Illuminate\Validation\ValidationException; use Log; + class Handler extends ExceptionHandler { /**