File "503.php"
Full Path: /home/arielcor/public_html/sunrise/css/Exception/HTTP/503.php
File size: 412 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Exception for 503 Service Unavailable responses
*
* @package Requests
*/
/**
* Exception for 503 Service Unavailable responses
*
* @package Requests
*/
class Requests_Exception_HTTP_503 extends Requests_Exception_HTTP {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 503;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Service Unavailable';
}