Exception: Pwl::Locker::BlankValueError
- Inherits:
-
BlankError
- Object
- StandardError
- BlankError
- Pwl::Locker::BlankValueError
- Defined in:
- lib/pwl/locker.rb
Instance Method Summary collapse
-
#initialize ⇒ BlankValueError
constructor
A new instance of BlankValueError.
Constructor Details
#initialize ⇒ BlankValueError
Returns a new instance of BlankValueError.
46 47 48 |
# File 'lib/pwl/locker.rb', line 46 def initialize super("Value") end |