Exception: RubeePass::Error::InvalidProtectedStreamKeyError

Inherits:
RubeePass::Error
  • Object
show all
Defined in:
lib/rubeepass/error/invalid_protected_stream_key_error.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidProtectedStreamKeyError

Returns a new instance of InvalidProtectedStreamKeyError.



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

def initialize
    super("Invalid protected stream key!")
end