home/fshjisk/zrparis/wp-includes/Requests/Exception/HTTP/404.php 0000666 00000000575 15141350361 0020443 0 ustar 00 <?php
/**
* Exception for 404 Not Found responses
*
* @package Requests
*/
/**
* Exception for 404 Not Found responses
*
* @package Requests
*/
class Requests_Exception_HTTP_404 extends Requests_Exception_HTTP {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 404;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Not Found';
} Back to Directory