PageInformationCreationFailedException extends Exception
FinalYes
Exception created in PageInformationFactory that contains an "early" Response when further calculation is stopped and the final PageInformation object can not be created. It is typically caught and handled in the Frontend middleware that triggers PageInformation creation.
Table of Contents
Methods
- __construct() : mixed
- getResponse() : ResponseInterface
Methods
__construct()
    public
                    __construct(ResponseInterface $response, int $code) : mixed
    Parameters
- $response : ResponseInterface
- $code : int
getResponse()
    public
                    getResponse() : ResponseInterface