Exception: ComplexConfig::AttributeMissing

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

See Also:

Method Summary

Methods inherited from ComplexConfigError

wrap