BeforeValidException
        
        extends UnexpectedValueException
    
    
            
            in package
            
        
    
            
            implements
                            JWTExceptionWithPayloadInterface                    
    
    
Table of Contents
Interfaces
Properties
- $payload : object
Methods
- getPayload() : object
- Get the payload that caused this exception.
- setPayload() : void
- Get the payload that caused this exception.
Properties
$payload
    private
        object
    $payload
    
    
    
    
    
Methods
getPayload()
Get the payload that caused this exception.
    public
                    getPayload() : object
    Return values
objectsetPayload()
Get the payload that caused this exception.
    public
                    setPayload(object $payload) : void
    Parameters
- $payload : object