class HTTPClient::BadResponseError
Raised for indicating HTTP response error.
def initialize(msg, res = nil) # :nodoc:
def initialize(msg, res = nil) # :nodoc: super(msg) @res = res end
Raised for indicating HTTP response error.
def initialize(msg, res = nil) # :nodoc: super(msg) @res = res end