Requests_Exception_HTTP_407{}
Exception for 407 Proxy Authentication Required responses
No Hooks.
Usage
$Requests_Exception_HTTP_407 = new Requests_Exception_HTTP_407(); // use class methods
Methods
No Methods in class.
Notes
- Package: Requests
Code of Requests_Exception_HTTP_407{} Requests Exception HTTP 407{} WP 6.0
class Requests_Exception_HTTP_407 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 407; /** * Reason phrase * * @var string */ protected $reason = 'Proxy Authentication Required'; }