ConfigurationError# class openstef_core.exceptions.ConfigurationError(message: str)[source]# Bases: Exception Exception raised for errors in configuration settings. Parameters: message (str) __init__(message: str)[source]# Initialize the exception with a descriptive error message. Parameters: message (str) – Human-readable description of the configuration error. message