Raised when trying to parse an invalid mongodb URI.
| 378 | |
| 379 | |
| 380 | class InvalidURI(ConfigurationError): |
| 381 | """Raised when trying to parse an invalid mongodb URI.""" |
| 382 | |
| 383 | |
| 384 | class DocumentTooLarge(InvalidDocument): |
no outgoing calls
no test coverage detected