JWTExceptionWithPayloadInterface
in
Table of Contents
Methods
- getPayload() : object
- Get the payload that caused this exception.
- setPayload() : void
- Get the payload that caused this exception.
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