Exception: ComplexConfig::DecryptionFailed

Inherits:
EncryptionError show all
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.

Method Summary

Methods inherited from ComplexConfigError

wrap