Exception: RubeePass::Error::InvalidProtectedData
- Inherits:
-
RubeePass::Error
- Object
- RuntimeError
- RubeePass::Error
- RubeePass::Error::InvalidProtectedData
- Defined in:
- lib/rubeepass/error/invalid_protected_data.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidProtectedData
constructor
A new instance of InvalidProtectedData.
Constructor Details
#initialize ⇒ InvalidProtectedData
Returns a new instance of InvalidProtectedData.
2 3 4 |
# File 'lib/rubeepass/error/invalid_protected_data.rb', line 2 def initialize super("Invalid protected data!") end |