File "410-20241026122858-20241027192334-20241029102827-20241031213315.php"
Full Path: /home/arielcor/public_html/sunrise/410-20241026122858-20241027192334-20241029102827-20241031213315.php
File size: 367 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Exception for 410 Gone responses
*
* @package Requests
*/
/**
* Exception for 410 Gone responses
*
* @package Requests
*/
class Requests_Exception_HTTP_410 extends Requests_Exception_HTTP {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 410;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Gone';
}