Exception: ComplexConfig::ConfigurationSyntaxError

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

See Also:

Method Summary

Methods inherited from ComplexConfigError

wrap