Exception: Kvom::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Kvom::NotFound
- Defined in:
- lib/kvom.rb
Class Method Summary collapse
Class Method Details
.for_key(key) ⇒ Object
16 17 18 |
# File 'lib/kvom.rb', line 16 def self.for_key(key) new(%(document with key "#{key.first}|#{key[1]}" not found)) end |