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.



14
15
16
17
# File 'lib/arke/resource/errors.rb', line 14

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