Base exception type for errors raised during write operations. .. versionadded:: 3.0
| 251 | |
| 252 | |
| 253 | class WriteError(OperationFailure): |
| 254 | """Base exception type for errors raised during write operations. |
| 255 | |
| 256 | .. versionadded:: 3.0 |
| 257 | """ |
| 258 | |
| 259 | |
| 260 | class WTimeoutError(WriteConcernError): |
no outgoing calls
no test coverage detected