Exception: EntityStore::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- EntityStore::NotFound
- Defined in:
- lib/entity_store/not_found.rb
Instance Method Summary collapse
Instance Method Details
#initialise(id) ⇒ Object
3 4 5 |
# File 'lib/entity_store/not_found.rb', line 3 def initialise(id) super("no item with id #{id} could be found") end |