Exception: Pwl::Locker::BlankError
- Inherits:
-
StandardError
- Object
- StandardError
- Pwl::Locker::BlankError
- Defined in:
- lib/pwl/locker.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(what) ⇒ BlankError
constructor
A new instance of BlankError.
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 |