Exception: ComplexConfig::DecryptionFailed
- Inherits:
-
EncryptionError
- Object
- StandardError
- ComplexConfigError
- EncryptionError
- ComplexConfig::DecryptionFailed
- Defined in:
- lib/complex_config/errors.rb
Overview
An exception raised when decryption operations fail
This error is triggered when the system encounters issues during the decryption process, such as invalid authentication tags or cipher errors that prevent successful decryption. It inherits from EncryptionError, making it part of the library’s standardized exception hierarchy for consistent error handling.