Exception: Arke::Resource::Errors::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/arke/resource/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNotFound

Returns a new instance of NotFound.



10
11
12
13
# File 'lib/arke/resource/errors.rb', line 10

def initialize
  message = "The specificed resource was not found"
  super message
end