TYPO3 CMS  TYPO3_7-6
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\ServiceUnavailableException

Additional Inherited Members

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

Detailed Description

HTTP Server Error Exception (Error 5xx)

Definition at line 20 of file AbstractServerErrorException.php.