| 58 | |
| 59 | |
| 60 | class ConnectionFailureError(PostgresConnectionError): |
| 61 | sqlstate = '08006' |
| 62 | |
| 63 | |
| 64 | class ClientCannotConnectError(PostgresConnectionError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…