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/411.php
<?php /** * Exception for 411 Length Required responses * * @package Requests */ /** * Exception for 411 Length Required responses * * @package Requests */ class Requests_Exception_HTTP_411 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 411; /** * Reason phrase * * @var string */ protected $reason = 'Length Required'; }