TYPO3 CMS  TYPO3_6-2
t3lib_error_http_UnauthorizedException Class Reference
Inheritance diagram for t3lib_error_http_UnauthorizedException:
TYPO3\CMS\Core\Error\Http\UnauthorizedException 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\UnauthorizedException
 __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\UnauthorizedException
 $statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_401)
 
 $title = 'Unauthorized (401)'
 
 $message = 'Accessing this page requires authorization.'
 
- 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 1057 of file LegacyClassesForIde.php.