File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/Status503.php.tar
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-includes/Requests/src/Exception/Http/Status503.php 0000644 00000000741 15155156450 0026661 0 ustar 00 <?php
/**
* Exception for 503 Service Unavailable responses
*
* @package Requests\Exceptions
*/
namespace WpOrg\Requests\Exception\Http;
use WpOrg\Requests\Exception\Http;
/**
* Exception for 503 Service Unavailable responses
*
* @package Requests\Exceptions
*/
final class Status503 extends Http {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 503;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Service Unavailable';
}