Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
proc
/
self
/
root
/
home
/
ophq1335
/
carrieres-masson.fr
/
wp-includes
/
Requests
/
Exception
/
HTTP
/
//proc/self/root/home/ophq1335/carrieres-masson.fr/wp-includes/Requests/Exception/HTTP/431.php
<?php /** * Exception for 431 Request Header Fields Too Large responses * * @see https://tools.ietf.org/html/rfc6585 * @package Requests */ /** * Exception for 431 Request Header Fields Too Large responses * * @see https://tools.ietf.org/html/rfc6585 * @package Requests */ class Requests_Exception_HTTP_431 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 431; /** * Reason phrase * * @var string */ protected $reason = 'Request Header Fields Too Large'; }