Heroku::API::Errors::Error
# File lib/heroku/api/errors.rb, line 9 def initialize(message, response) message = message << "\nbody: #{response.body.inspect}" super message @response = response end
[Validate]
Generated with the Darkfish Rdoc Generator 2.