Method: Elos::Errors::NotFound#initialize
- Defined in:
- lib/elos/errors/not_found.rb
#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 |