class RubeePass::Error::FileNotReadable

Public Class Methods

new(file) click to toggle source
Calls superclass method
# File lib/rubeepass/error/file_not_readable.rb, line 2
def initialize(file)
    super("File not readable: #{file}")
end