Exception: ComplexConfig::ConfigurationSyntaxError
- Inherits:
-
ComplexConfigError
- Object
- StandardError
- ComplexConfigError
- ComplexConfig::ConfigurationSyntaxError
- Defined in:
- lib/complex_config/errors.rb
Overview
An exception raised when a configuration file has invalid syntax
This error is triggered when the system encounters YAML syntax errors in configuration files that prevent them from being properly parsed. It inherits from ComplexConfigError, making it part of the library’s standardized exception hierarchy for consistent error handling.