TYPO3 CMS  TYPO3_6-2
t3lib_error_ProductionExceptionHandler Class Reference
Inheritance diagram for t3lib_error_ProductionExceptionHandler:
TYPO3\CMS\Core\Error\ProductionExceptionHandler TYPO3\CMS\Core\Error\AbstractExceptionHandler TYPO3\CMS\Core\Error\ExceptionHandlerInterface TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Error\ProductionExceptionHandler
 __construct ()
 
 echoExceptionWeb (\Exception $exception)
 
 echoExceptionCLI (\Exception $exception)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Error\AbstractExceptionHandler
 handleException (\Exception $exception)
 
- Public Attributes inherited from TYPO3\CMS\Core\Error\AbstractExceptionHandler
const CONTEXT_WEB = 'WEB'
 
const CONTEXT_CLI = 'CLI'
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Error\ProductionExceptionHandler
 discloseExceptionInformation (\Exception $exception)
 
 getTitle (\Exception $exception)
 
 getMessage (\Exception $exception)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Error\AbstractExceptionHandler
 writeLogEntries (\Exception $exception, $context)
 
 writeLog ($logMessage)
 
 sendStatusHeaders (\Exception $exception)
 
 getDatabaseConnection ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Error\ProductionExceptionHandler
 $defaultTitle = 'Oops, an error occurred!'
 
 $defaultMessage = ''
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1062 of file LegacyClassesForIde.php.