class Algorithmia::Errors::Error

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/algorithmia/errors.rb, line 6
def initialize(message, response)
  super(message)
  @response = response
end