LazyResponseException
extends Exception
in package
implements
ExceptionInterface
A signaling exception that wraps a lazily computed response.
Tags
Table of Contents
Interfaces
- ExceptionInterface
- Base ExceptionInterface for the Security component.
Properties
- $response : mixed
Methods
- __construct() : mixed
- getResponse() : Response
Properties
$response
private
mixed
$response
Methods
__construct()
public
__construct(Response $response) : mixed
Parameters
- $response : Response
getResponse()
public
getResponse() : Response