| 514 | |
| 515 | |
| 516 | class DependentObjectsStillExistError( |
| 517 | DependentPrivilegeDescriptorsStillExistError): |
| 518 | sqlstate = '2BP01' |
| 519 | |
| 520 | |
| 521 | class InvalidTransactionTerminationError(_base.PostgresError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…