]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/Handler.php
Fixed role permission removal bug
[bookstack] / app / Exceptions / Handler.php
index c64f0cd1fc7941ac15bba50cb7d16b0ce1817d6c..5260eb6cd88b95a5b75380eaa500ad7a33483e28 100644 (file)
@@ -3,9 +3,9 @@
 namespace BookStack\Exceptions;
 
 use Exception;
-use Illuminate\Contracts\Validation\ValidationException;
+use Illuminate\Auth\AuthenticationException;
+use Illuminate\Validation\ValidationException;
 use Illuminate\Database\Eloquent\ModelNotFoundException;
-use PhpSpec\Exception\Example\ErrorException;
 use Symfony\Component\HttpKernel\Exception\HttpException;
 use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
 use Illuminate\Auth\Access\AuthorizationException;