Exception: JSONAPI::Consumer::Errors::ServerNotResponding

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jsonapi/consumer/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



24
25
26
# File 'lib/jsonapi/consumer/errors.rb', line 24

def message
  'Server did not respond in a timely fashion. Is it running?'
end