Exception: ComplexConfig::EncryptionKeyInvalid
- Inherits:
-
EncryptionError
- Object
- StandardError
- ComplexConfigError
- EncryptionError
- ComplexConfig::EncryptionKeyInvalid
- Defined in:
- lib/complex_config/errors.rb
Overview
An exception raised when an encryption key has an invalid format or length
This error is triggered when an encryption key does not meet the required specifications, such as having an incorrect byte length. It inherits from EncryptionError, making it part of the library’s standardized exception hierarchy for consistent error handling.