Documentation

ExpiredException extends UnexpectedValueException
in package
implements JWTExceptionWithPayloadInterface

Table of Contents

Interfaces

JWTExceptionWithPayloadInterface

Properties

$payload  : object
$timestamp  : int|null

Methods

getPayload()  : object
Get the payload that caused this exception.
getTimestamp()  : int|null
setPayload()  : void
Get the payload that caused this exception.
setTimestamp()  : void

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

setTimestamp()

public setTimestamp(int $timestamp) : void
Parameters
$timestamp : int

        
On this page

Search results