Exception: ComplexConfig::AttributeMissing
- Inherits:
-
ComplexConfigError
- Object
- StandardError
- ComplexConfigError
- ComplexConfig::AttributeMissing
- Defined in:
- lib/complex_config/errors.rb
Overview
An exception raised when an expected configuration attribute is missing
This error is triggered when code attempts to access a configuration attribute that has not been defined or set within the configuration system. It inherits from ComplexConfigError, making it part of the library’s standardized exception hierarchy for consistent error handling.