Exception: Moonrope::Errors::NotFound

Inherits:
RequestError show all
Defined in:
lib/moonrope/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#options

Instance Method Summary collapse

Methods inherited from RequestError

#data, #initialize

Constructor Details

This class inherits a constructor from Moonrope::Errors::RequestError

Instance Method Details

#statusObject



45
46
47
# File 'lib/moonrope/errors.rb', line 45

def status
  'not-found'
end