We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2307a78 commit 33de6b8Copy full SHA for 33de6b8
pymongo/errors.py
@@ -20,6 +20,7 @@ class PyMongoError(Exception):
20
.. versionadded:: 1.3+
21
"""
22
23
+
24
class ConnectionFailure(PyMongoError):
25
"""Raised when a connection to the database cannot be made or is lost.
26
0 commit comments