Exception: Pwl::Locker::FileNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ FileNotFoundError

Returns a new instance of FileNotFoundError.



22
23
24
# File 'lib/pwl/locker.rb', line 22

def initialize(file)
  super("The file #{file} for the locker was not found")
end