@abstract Exceptions which inherit from ResponseError contain the Net::HTTP response object accessible via the {response} method.
Instantiate an instance of ResponseError with a Net::HTTPResponse object @param [Net::HTTPResponse]
# File lib/httparty/exceptions.rb, line 21 def initialize(response) @response = response end
Generated with the Darkfish Rdoc Generator 2.