MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / ConfigError

Class ConfigError

config/loader.py:26–27  ·  view source on GitHub ↗

Raised when configuration loading fails.

Source from the content-addressed store, hash-verified

24
25
26class ConfigError(RuntimeError):
27 """Raised when configuration loading fails."""
28
29
30def _load_yaml_file(path: Path) -> dict[str, Any]:

Callers 5

_load_yaml_fileFunction · 0.85
_coerce_path_listFunction · 0.85
_load_merged_yamlFunction · 0.85
_build_optimizationFunction · 0.85
_build_runtimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected