* Exception for 511 Network Authentication Required responses
* @see https://tools.ietf.org/html/rfc6585
* Exception for 511 Network Authentication Required responses
* @see https://tools.ietf.org/html/rfc6585
class Requests_Exception_HTTP_511 extends Requests_Exception_HTTP {
protected $reason = 'Network Authentication Required';