Raised when a connection to the database cannot be made or is lost.
| 65 | |
| 66 | |
| 67 | class ConnectionFailure(PyMongoError): |
| 68 | """Raised when a connection to the database cannot be made or is lost.""" |
| 69 | |
| 70 | |
| 71 | class WaitQueueTimeoutError(ConnectionFailure): |
no outgoing calls