| 547 | |
| 548 | |
| 549 | class ExternalRoutineError(_base.PostgresError): |
| 550 | sqlstate = '38000' |
| 551 | |
| 552 | |
| 553 | class ContainingSQLNotPermittedError(ExternalRoutineError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…