Exception: RubeePass::Error::InvalidProtectedStreamKey
- Inherits:
-
RubeePass::Error
- Object
- RuntimeError
- RubeePass::Error
- RubeePass::Error::InvalidProtectedStreamKey
- Defined in:
- lib/rubeepass/error/invalid_protected_stream_key.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidProtectedStreamKey
constructor
A new instance of InvalidProtectedStreamKey.
Constructor Details
#initialize ⇒ InvalidProtectedStreamKey
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 |