PageErrorHandlerInterface

Page error handler interface, used to jump in for Frontend-related calls

Needs to be implemented by all custom PHP-related Page Error Handlers.

Table of Contents

Methods

handlePageError()  : ResponseInterface

Methods

handlePageError()

public handlePageError(ServerRequestInterface $request, string $message[, array<string, mixed> $reasons = [] ]) : ResponseInterface
Parameters
$request : ServerRequestInterface
$message : string
$reasons : array<string, mixed> = []
Return values
ResponseInterface

        
On this page

Search results