TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
ForbiddenException Class Reference
Inheritance diagram for ForbiddenException:
AbstractClientErrorException StatusException Exception Exception

Public Member Functions

 __construct ($message=null, $code=0)
 

Protected Attributes

 $statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_403)
 
 $title = 'Forbidden (403)'
 
 $message = 'You are not allowed to access this page.'
 

Detailed Description

Exception for Error 403 - Forbidden

Definition at line 20 of file ForbiddenException.php.

Constructor & Destructor Documentation

__construct (   $message = null,
  $code = 0 
)

Constructor for this Status Exception

Parameters
string$messageError Message
int$codeException Code

Definition at line 43 of file ForbiddenException.php.

References ForbiddenException\$message.

Member Data Documentation

$message = 'You are not allowed to access this page.'
protected

Definition at line 35 of file ForbiddenException.php.

Referenced by ForbiddenException\__construct().

$statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_403)
protected

Definition at line 25 of file ForbiddenException.php.

$title = 'Forbidden (403)'
protected

Definition at line 30 of file ForbiddenException.php.