Exception: APIError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/api_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



2
3
4
# File 'lib/api_error.rb', line 2

def message
    puts "There was an error getting data. Terminate and try again."
end