Exception: RoomoramaApi::Api::Errors::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- RoomoramaApi::Api::Errors::NotFound
- Defined in:
- lib/roomorama_api/api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize ⇒ NotFound
Returns a new instance of NotFound.
44 45 46 |
# File 'lib/roomorama_api/api/errors.rb', line 44 def initialize super("The resource doesn't exist") end |