Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
class
ConfigError(RuntimeError):
27
""
"Raised when configuration loading fails."
""
28
29
30
def
_load_yaml_file(path: Path) -> dict[str, Any]:
Callers
5
_load_yaml_file
Function · 0.85
_coerce_path_list
Function · 0.85
_load_merged_yaml
Function · 0.85
_build_optimization
Function · 0.85
_build_runtime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected