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

Public Member Functions

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

Protected Attributes

 $statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_503)
 
 $title = 'Service Unavailable (503)'
 
 $message = 'This page is currently not available.'
 

Detailed Description

Exception for Error 503 - Service Unavailable

Definition at line 20 of file ServiceUnavailableException.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 ServiceUnavailableException.php.

References ServiceUnavailableException\$message.

Member Data Documentation

$message = 'This page is currently not available.'
protected
$statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_503)
protected

Definition at line 25 of file ServiceUnavailableException.php.

$title = 'Service Unavailable (503)'
protected

Definition at line 30 of file ServiceUnavailableException.php.