ServiceUnavailableHttpException ​
- Type
- Class
- Namespace
- craft\web
- Inherits
- craft\web\ServiceUnavailableHttpException » yii\web\HttpException » yii\base\UserException » yii\base\Exception » Exception
UnavailableHttpException represents a "Service Unavailable" HTTP exception with status code 503.
Public Properties ​
Property | Description |
---|---|
statusCode | integer – HTTP status code, such as 403, 404, 500, etc. |
Public Methods ​
Method | Description |
---|---|
__construct() | Constructor. |
getName() |
__construct()
​
Constructor.