‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Error\PageErrorHandler\PageErrorHandlerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Error\PageErrorHandler\PageErrorHandlerInterface:
TYPO3\CMS\Core\Error\PageErrorHandler\FluidPageErrorHandler TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler TYPO3\CMS\Core\Tests\Functional\Fixtures\Frontend\PhpError

Public Member Functions

 handlePageError (ServerRequestInterface $request, string $message, array $reasons=[])
 

Detailed Description

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

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

Definition at line 28 of file PageErrorHandlerInterface.php.

Member Function Documentation

◆ handlePageError()

TYPO3\CMS\Core\Error\PageErrorHandler\PageErrorHandlerInterface::handlePageError ( ServerRequestInterface  $request,
string  $message,
array  $reasons = [] 
)