Exception: ComplexConfig::ConfigurationFileMissing
- Inherits:
-
ComplexConfigError
- Object
- StandardError
- ComplexConfigError
- ComplexConfig::ConfigurationFileMissing
- Defined in:
- lib/complex_config/errors.rb
Overview
An exception raised when a required configuration file is missing
This error is triggered when the system attempts to access a configuration file that cannot be found at the expected location. It inherits from ComplexConfigError, making it part of the library’s standardized exception hierarchy for consistent error handling.