Exception: Pwl::Store::BlankKeyError

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

Instance Method Summary collapse

Constructor Details

#initializeBlankKeyError

Returns a new instance of BlankKeyError.



42
43
44
# File 'lib/pwl/store.rb', line 42

def initialize
  super("Key")
end