Exception: RoomoramaApi::Api::Errors::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/roomorama_api/api/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNotFound

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