Raised when something is incorrectly configured.
| 170 | |
| 171 | |
| 172 | class ConfigurationError(PyMongoError): |
| 173 | """Raised when something is incorrectly configured.""" |
| 174 | |
| 175 | |
| 176 | class OperationFailure(PyMongoError): |
no outgoing calls
no test coverage detected