Details
-
Improvement
-
Resolution: Fixed
-
Minor - P4
-
3.3.1
Description
The uri constructor uses libmongoc's mongoc_uri_new here which warns a helpful message if it fails to parse. Instead, we should use mongoc_uri_new_with_error and pass that helpful error message in the exception.