WpOrg\Requests\Exception\Http
Status407{}
Exception for 407 Proxy Authentication Required responses
No Hooks.
Usage
$Status407 = new Status407(); // use class methods
Methods
No Methods in class.
Notes
- Package: Requests\Exceptions
Status407{} Status407{} code WP 6.6.2
final class Status407 extends Http { /** * HTTP status code * * @var integer */ protected $code = 407; /** * Reason phrase * * @var string */ protected $reason = 'Proxy Authentication Required'; }