class Pwl::Locker::NotInitializedError

Public Class Methods

new(file) click to toggle source
Calls superclass method
# File lib/pwl/locker.rb, line 10
def initialize(file)
  super("The locker at #{file} was not initialized yet")
end