TYPO3 CMS  TYPO3_6-2
t3lib_error_http_ForbiddenException Class Reference
Inheritance diagram for t3lib_error_http_ForbiddenException:
TYPO3\CMS\Core\Error\Http\ForbiddenException TYPO3\CMS\Core\Error\Http\AbstractClientErrorException TYPO3\CMS\Core\Error\Http\StatusException TYPO3\CMS\Core\Error\Exception TYPO3\CMS\Core\Exception

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Error\Http\ForbiddenException
 __construct ($message=NULL, $code=0)
 
- 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\ForbiddenException
 $statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_403)
 
 $title = 'Forbidden (403)'
 
 $message = 'You are not allowed to access this page.'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Error\Http\StatusException
 $statusHeaders
 
 $title = 'Oops, an error occurred!'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1037 of file LegacyClassesForIde.php.