ProductionExceptionHandler implements ExceptionHandlerInterface

Exception handler class for content object rendering

Internal

this is a concrete TYPO3 implementation and solely used for EXT:frontend and not part of TYPO3's Core API.

Attributes
#[Autoconfigure]
$public: true
$shared: false

Table of Contents

Interfaces

ExceptionHandlerInterface
Interface ExceptionHandlerInterface

Properties

$configuration  : array<string|int, mixed>
$context  : Context
$logger  : LoggerInterface
$random  : Random
$requestId  : RequestId

Methods

__construct()  : mixed
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

Properties

$configuration

protected array<string|int, mixed> $configuration = []

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> = []
Tags
throws
Exception
Return values
string

setConfiguration()

Used to pass the TypoScript configuration to the exception handler

public setConfiguration(array<string|int, mixed> $configuration) : void
Parameters
$configuration : array<string|int, mixed>

        
On this page

Search results