| 426 | |
| 427 | |
| 428 | class CheckViolationError(IntegrityConstraintViolationError): |
| 429 | sqlstate = '23514' |
| 430 | |
| 431 | |
| 432 | class ExclusionViolationError(IntegrityConstraintViolationError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…