MCPcopy
hub / github.com/pydantic/pydantic / ConfigError

Class ConfigError

pydantic/v1/errors.py:141–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141class ConfigError(RuntimeError):
142 pass
143
144
145class MissingError(PydanticValueError):

Callers 15

validateMethod · 0.90
__init__Method · 0.90
create_modelMethod · 0.90
validatorFunction · 0.90
_prepare_validatorFunction · 0.90
check_for_unusedMethod · 0.90
extract_root_validatorsFunction · 0.90
make_generic_validatorFunction · 0.90
_generic_validator_clsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected