Exception: RubeePass::Error::NotAESError

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

Instance Method Summary collapse

Constructor Details

#initializeNotAESError

Returns a new instance of NotAESError.



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

def initialize
    super("Not AES!")
end