| 881 | |
| 882 | |
| 883 | class CannotConnectNowError(OperatorInterventionError): |
| 884 | sqlstate = '57P03' |
| 885 | |
| 886 | |
| 887 | class DatabaseDroppedError(OperatorInterventionError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…