Exception: RubeePass::Error::FileNotFound

Inherits:
RubeePass::Error show all
Defined in:
lib/rubeepass/error/file_not_found.rb

Instance Method Summary collapse

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