| 62 | |
| 63 | |
| 64 | class ClientCannotConnectError(PostgresConnectionError): |
| 65 | sqlstate = '08001' |
| 66 | |
| 67 | |
| 68 | class ConnectionRejectionError(PostgresConnectionError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…