Exception: Pwl::Locker::NotInitializedError

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

Instance Method Summary collapse

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