MCPcopy Create free account
hub / github.com/Louisym/MiniCC / ConfigError

Class ConfigError

mini_claude_code/config.py:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59# ============================================================
60
61class ConfigError(Exception):
62 def __init__(self, message: str, kind: str = "parse"):
63 self.kind = kind # "io" or "parse"
64 super().__init__(message)
65
66
67# ============================================================

Callers 3

parse_feature_configFunction · 0.70
_read_jsonMethod · 0.70
_apply_env_overridesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected