Exception: RubeePass::Error::NotSalsa20Error

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

Instance Method Summary collapse

Constructor Details

#initializeNotSalsa20Error

Returns a new instance of NotSalsa20Error.



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

def initialize
    super("Not a Salsa20 CrsAlgorithm!")
end