We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20e64a commit 98ab29eCopy full SHA for 98ab29e
index.js
@@ -9,6 +9,7 @@ const connect = require('./lib/mongo_client').connect;
9
10
// Expose error class
11
connect.MongoError = core.MongoError;
12
+connect.MongoNetworkError = core.MongoNetworkError;
13
14
// Actual driver classes exported
15
connect.Admin = require('./lib/admin');
0 commit comments