| 568 | |
| 569 | |
| 570 | class ExternalRoutineInvocationError(_base.PostgresError): |
| 571 | sqlstate = '39000' |
| 572 | |
| 573 | |
| 574 | class InvalidSqlstateReturnedError(ExternalRoutineInvocationError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…