File "416-20241004092321-20241022210354-20241023012420.php"
Full Path: /home/arielcor/public_html/coffee/HTTP/HTTP/css/HTTP/416-20241004092321-20241022210354-20241023012420.php
File size: 448 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Exception for 416 Requested Range Not Satisfiable responses
*
* @package Requests
*/
/**
* Exception for 416 Requested Range Not Satisfiable responses
*
* @package Requests
*/
class Requests_Exception_HTTP_416 extends Requests_Exception_HTTP {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 416;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Requested Range Not Satisfiable';
}