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.