![]() |
TYPO3
7.6
|
Public Member Functions | |
handle (\Exception $exception, AbstractContentObject $contentObject=null, $contentObjectConfiguration=array()) | |
Interface ExceptionHandlerInterface
Definition at line 22 of file frontend/Classes/ContentObject/Exception/ExceptionHandlerInterface.php.
handle | ( | \Exception | $exception, |
AbstractContentObject | $contentObject = null , |
||
$contentObjectConfiguration = array() |
|||
) |
Handles exceptions thrown during rendering of content objects The handler can decide whether to re-throw the exception or return a nice error message for production context.
\Exception | $exception | |
AbstractContentObject | $contentObject | |
array | $contentObjectConfiguration |
Implemented in ProductionExceptionHandler.