Exception: Utils::ConfigFile::ConfigFileError
- Defined in:
- lib/utils/config_file.rb
Overview
Error raised when configuration file parsing fails.
This exception is specifically designed to be thrown when issues occur during the parsing or processing of configuration files within the Utils library. It inherits from StandardError, making it a standard Ruby exception that can be caught and handled appropriately by calling code.