class APIError
Public Instance Methods
message()
click to toggle source
# File lib/api_error.rb, line 2 def message puts "There was an error getting data. Terminate and try again." end
# File lib/api_error.rb, line 2 def message puts "There was an error getting data. Terminate and try again." end