Exception: RubeePass::Error::FileNotReadable

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ FileNotReadable

Returns a new instance of FileNotReadable.



2
3
4
# File 'lib/rubeepass/error/file_not_readable.rb', line 2

def initialize(file)
    super("File not readable: #{file}")
end