‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Error\Http\AbstractServerErrorException Class Reference
Inheritance diagram for TYPO3\CMS\Core\Error\Http\AbstractServerErrorException:
TYPO3\CMS\Core\Error\Http\StatusException TYPO3\CMS\Core\Error\Exception TYPO3\CMS\Core\Exception TYPO3\CMS\Core\Error\Http\InternalServerErrorException TYPO3\CMS\Core\Error\Http\ServiceUnavailableException

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Error\Http\StatusException
 __construct ($statusHeaders, $message, $title='', $code=0)
 
 setTitle ($title)
 
string getTitle ()
 
array getStatusHeaders ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Error\Http\StatusException
array $statusHeaders
 
string $title = 'Oops, an error occurred!'
 

Detailed Description

HTTP Server Error Exception (Error 5xx)

Definition at line 21 of file AbstractServerErrorException.php.