class HTTParty::ResponseError

def initialize(response)

Parameters:
  • (Net::HTTPResponse) --
def initialize(response)
  @response = response
  super(response)
end