| 885 | |
| 886 | |
| 887 | class DatabaseDroppedError(OperatorInterventionError): |
| 888 | sqlstate = '57P04' |
| 889 | |
| 890 | |
| 891 | class IdleSessionTimeoutError(OperatorInterventionError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…