Exception: Pwl::Locker::NotInitializedError
- Inherits:
-
StandardError
- Object
- StandardError
- Pwl::Locker::NotInitializedError
- Defined in:
- lib/pwl/locker.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ NotInitializedError
constructor
A new instance of NotInitializedError.
Constructor Details
#initialize(file) ⇒ NotInitializedError
Returns a new instance of NotInitializedError.
10 11 12 |
# File 'lib/pwl/locker.rb', line 10 def initialize(file) super("The locker at #{file} was not initialized yet") end |