Exception: Elos::Errors::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Elos::Errors::NotFound
- Defined in:
- lib/elos/errors/not_found.rb
Instance Method Summary collapse
-
#initialize ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize ⇒ NotFound
Returns a new instance of NotFound.
2 3 4 |
# File 'lib/elos/errors/not_found.rb', line 2 def initialize super('Not found.') end |