Raised when a client attempts to perform an invalid operation.
| 366 | |
| 367 | |
| 368 | class InvalidOperation(PyMongoError): |
| 369 | """Raised when a client attempts to perform an invalid operation.""" |
| 370 | |
| 371 | |
| 372 | class InvalidName(PyMongoError): |
no outgoing calls
no test coverage detected