Raised when breadcrumbs fail to resolve to a config node.
| 12 | |
| 13 | |
| 14 | class SchemaResolutionError(ValueError): |
| 15 | """Raised when breadcrumbs fail to resolve to a config node.""" |
| 16 | |
| 17 | |
| 18 | @dataclass(frozen=True) |
no outgoing calls
no test coverage detected