Raised when a completed scan does not satisfy the additive contract.
| 47 | |
| 48 | |
| 49 | class ContractError(ValueError): |
| 50 | """Raised when a completed scan does not satisfy the additive contract.""" |
| 51 | |
| 52 | |
| 53 | def _reject_non_finite_json(value: str) -> None: |
no outgoing calls
no test coverage detected