class Pwl::Locker::FileNotFoundError

Public Class Methods

new(file) click to toggle source
Calls superclass method
# File lib/pwl/locker.rb, line 22
def initialize(file)
  super("The file #{file} for the locker was not found")
end