Linux webm012.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ferronnery
/
www
/
wp-includes
/
Requests
/
Exception
/
HTTP
/
/home/ferronnery/www/wp-includes/Requests/Exception/HTTP/304.php
<?php /** * Exception for 304 Not Modified responses * * @package Requests */ /** * Exception for 304 Not Modified responses * * @package Requests */ class Requests_Exception_HTTP_304 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 304; /** * Reason phrase * * @var string */ protected $reason = 'Not Modified'; }