Exception: ConstConf::Errors::SettingAlreadyDefined
- Inherits:
-
ConfigurationError
- Object
- StandardError
- ConfigurationError
- ConstConf::Errors::SettingAlreadyDefined
- Defined in:
- lib/const_conf/errors.rb
Overview
A custom exception class raised when a configuration setting is defined more than once in the ConstConf system.
This exception is used to prevent duplicate configuration settings from being registered, ensuring that each environment variable name maps to a single configuration value within a given module hierarchy.