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