Exception: Pwl::Locker::FileAlreadyExistsError
- Inherits:
-
StandardError
- Object
- StandardError
- Pwl::Locker::FileAlreadyExistsError
- Defined in:
- lib/pwl/locker.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ FileAlreadyExistsError
constructor
A new instance of FileAlreadyExistsError.
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 |