# File lib/heroku/api/errors.rb, line 9
        def initialize(message, response)
          message = message << "\nbody: #{response.body.inspect}"
          super message
          @response = response
        end