| 589 | |
| 590 | |
| 591 | class EventTriggerProtocolViolatedError(ExternalRoutineInvocationError): |
| 592 | sqlstate = '39P03' |
| 593 | |
| 594 | |
| 595 | class SavepointError(_base.PostgresError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…