| 66 | |
| 67 | |
| 68 | class ConnectionRejectionError(PostgresConnectionError): |
| 69 | sqlstate = '08004' |
| 70 | |
| 71 | |
| 72 | class TransactionResolutionUnknownError(PostgresConnectionError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…