Exception: Pwl::Locker::BlankError

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

Direct Known Subclasses

BlankKeyError, BlankValueError

Instance Method Summary collapse

Constructor Details

#initialize(what) ⇒ BlankError

Returns a new instance of BlankError.



34
35
36
# File 'lib/pwl/locker.rb', line 34

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