| 873 | |
| 874 | |
| 875 | class AdminShutdownError(OperatorInterventionError): |
| 876 | sqlstate = '57P01' |
| 877 | |
| 878 | |
| 879 | class CrashShutdownError(OperatorInterventionError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…