Exception: Pwl::Store::BlankError

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

Direct Known Subclasses

BlankKeyError, BlankValueError

Instance Method Summary collapse

Constructor Details

#initialize(what) ⇒ BlankError

Returns a new instance of BlankError.



36
37
38
# File 'lib/pwl/store.rb', line 36

def initialize(what)
  super("#{what} is required")
end