class Pwl::Locker::FileAlreadyExistsError
Public Class Methods
new(file)
click to toggle source
Calls superclass method
# File lib/pwl/locker.rb, line 4 def initialize(file) super("The file #{file} already exists") end