AccessTokenInvalidException
class AccessTokenInvalidException extends Exception
An AccessTokenInvalidException gets thrown when the access token was not accepted by the API.
Methods
Details
        in Exception at         line 53
                            
    __construct(RequestException $previous, string $message = '')
        
    
    Exception constructor.
        in Exception at         line 73
                            
    serialize()
        
    
    {@inheritdoc}
        in Exception at         line 89
                            
    unserialize($serialized)
        
    
    {@inheritdoc}
        in Exception at         line 133
                            RequestInterface
    getRequest()
        
    
    Get the request that caused the exception.
        in Exception at         line 143
                            ResponseInterface|null
    getResponse()
        
    
    Get the associated response.
        in Exception at         line 153
                            bool
    hasResponse()
        
    
    Check if a response was received.