Attention
TYPO3 v9 has reached its end-of-life September 30th, 2021 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.
Production Exception Handler¶
Functionality of the \TYPO3\CMS\Core\Error\ProductionExceptionHandler
:
Shows brief exception message ("Oops, an error occurred!") using
TYPO3\CMS\Core\Controller\ErrorPageController
and its attendant template.Logs exception messages via the logging API.
Logs exception messages to the sys_log table. Logged errors are displayed in the belog extension (ADMIN TOOLS > Log). This will only work with an existing DB connection.