Exception: Elos::Errors::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/elos/errors/not_found.rb

Instance Method Summary collapse

Constructor Details

#initializeNotFound

Returns a new instance of NotFound.



2
3
4
# File 'lib/elos/errors/not_found.rb', line 2

def initialize
  super('Not found.')
end