PATH:
home
/
infinityocean
/
public_html
/
wp-includes
/
Requests
/
src
/
Exception
/
Http
<?php /** * Exception for 407 Proxy Authentication Required responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 407 Proxy Authentication Required responses * * @package Requests\Exceptions */ final class Status407 extends Http { /** * HTTP status code * * @var integer */ protected $code = 407; /** * Reason phrase * * @var string */ protected $reason = 'Proxy Authentication Required'; }
[-] Status418.php
[edit]
[-] Status431.php
[edit]
[-] Status501.php
[edit]
[-] Status428.php
[edit]
[-] Status305.php
[edit]
[-] Status407.php
[edit]
[-] Status505.php
[edit]
[+]
..
[-] Status406.php
[edit]
[-] Status414.php
[edit]