Exception: Pwl::Store::KeyNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pwl/store.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ KeyNotFoundError

Returns a new instance of KeyNotFoundError.



30
31
32
# File 'lib/pwl/store.rb', line 30

def initialize(key)
  super("No entry was found for #{key}")
end