Argument 2 passed to AppExceptionsHandler::unauthenticated() must be an instance of AppExceptionsAuthenticationException, instance of IlluminateAuthAuthenticationException given
namespace AppExceptions;
use Exception;
use Request;
use IlluminateAuthAuthenticationException;
use Response;
use IlluminateFoundationExceptionsHandler as ExceptionHandler;