@@ -3,6 +3,7 @@
namespace App\Exceptions;
use Exception;
+use Illuminate\Auth\AuthenticationException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
class Handler extends ExceptionHandler