Exception: RubeePass::Error::InvalidVersionError

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidVersionError

Returns a new instance of InvalidVersionError.



4
5
6
# File 'lib/rubeepass/error/invalid_version_error.rb', line 4

def initialize
    super("Invalid version detected!")
end