Exception: Pwl::Locker::FileAlreadyExistsError

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ FileAlreadyExistsError

Returns a new instance of FileAlreadyExistsError.



4
5
6
# File 'lib/pwl/locker.rb', line 4

def initialize(file)
  super("The file #{file} already exists")
end