Raised when trying to encode a string containing non-UTF8 data.
| 27 | |
| 28 | |
| 29 | class InvalidStringData(BSONError): |
| 30 | """Raised when trying to encode a string containing non-UTF8 data.""" |
| 31 | |
| 32 | |
| 33 | class InvalidDocument(BSONError): |
no outgoing calls
no test coverage detected