Exception: RubeePass::Error::InvalidProtectedStreamKey

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidProtectedStreamKey

Returns a new instance of InvalidProtectedStreamKey.



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

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