Exception: RubeePass::Error::FileNotFound
- Inherits:
-
RubeePass::Error
- Object
- RuntimeError
- RubeePass::Error
- RubeePass::Error::FileNotFound
- Defined in:
- lib/rubeepass/error/file_not_found.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(file) ⇒ FileNotFound
Returns a new instance of FileNotFound.
2 3 4 |
# File 'lib/rubeepass/error/file_not_found.rb', line 2 def initialize(file) super("File not found: #{file}") end |