ExceptionHandlerInterface
Interface ExceptionHandlerInterface
Table of Contents
Methods
- handle() : string
- 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.
- setConfiguration() : void
- Used to pass the TypoScript configuration to the exception handler
Methods
handle()
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.
public
handle(Exception $exception[, AbstractContentObject|null $contentObject = null ][, array<string|int, mixed> $contentObjectConfiguration = [] ]) : string
Parameters
- $exception : Exception
- $contentObject : AbstractContentObject|null = null
- $contentObjectConfiguration : array<string|int, mixed> = []
Return values
stringsetConfiguration()
Used to pass the TypoScript configuration to the exception handler
public
setConfiguration(array<string|int, mixed> $configuration) : void
Parameters
- $configuration : array<string|int, mixed>