Exception: RubeePass::Error::NotAES

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

Instance Method Summary collapse

Constructor Details

#initializeNotAES

Returns a new instance of NotAES.



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

def initialize
    super("Not AES!")
end