Exception: Dry::Credentials::InvalidEncryptedObjectError
- Inherits:
-
StandardError
- Object
- StandardError
- Dry::Credentials::InvalidEncryptedObjectError
- Defined in:
- lib/dry/credentials/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'corrupt encrypted object or wrong key') ⇒ InvalidEncryptedObjectError
constructor
A new instance of InvalidEncryptedObjectError.
Constructor Details
#initialize(msg = 'corrupt encrypted object or wrong key') ⇒ InvalidEncryptedObjectError
Returns a new instance of InvalidEncryptedObjectError.
18 |
# File 'lib/dry/credentials/errors.rb', line 18 def initialize(msg='corrupt encrypted object or wrong key') = super |