Heroku::API::Errors::Error
# File lib/heroku/api/errors.rb, line 9 def initialize(message, response) super message @response = response end