trait PageErrors

PageErrors trait

Methods

ResponseInterface
pageNotFound(ResponseInterface $response, array $data = [], string|null $templateName = null)

Display page not found error

ResponseInterface
pageSystemError(ResponseInterface $response, array $error = [], string $templateName = 'system')

Display system error page

Details

at line 25
ResponseInterface pageNotFound(ResponseInterface $response, array $data = [], string|null $templateName = null)

Display page not found error

Parameters

ResponseInterface $response
array $data
string|null $templateName

Return Value

ResponseInterface

at line 43
ResponseInterface pageSystemError(ResponseInterface $response, array $error = [], string $templateName = 'system')

Display system error page

Parameters

ResponseInterface $response
array $error
string $templateName

Return Value

ResponseInterface