Documentation

ExpiredException extends UnexpectedValueException
in package
implements JWTExceptionWithPayloadInterface

Table of Contents

Interfaces

JWTExceptionWithPayloadInterface

Properties

$payload  : object

Methods

getPayload()  : object
Get the payload that caused this exception.
setPayload()  : void
Get the payload that caused this exception.

Properties

Methods

getPayload()

Get the payload that caused this exception.

public getPayload() : object
Return values
object

setPayload()

Get the payload that caused this exception.

public setPayload(object $payload) : void
Parameters
$payload : object

        
On this page

Search results