We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f87248 commit 45cca73Copy full SHA for 45cca73
src/cmap/connection.ts
@@ -695,7 +695,7 @@ export class CryptoConnection extends Connection {
695
): Promise<Document> {
696
const { autoEncrypter } = this;
697
if (!autoEncrypter) {
698
- // TODO(NODE-6065): throw a MongoMissingDependencyError in Node V7
+ // TODO(NODE-6065): throw a MongoRuntimeError in Node V7
699
// @ts-expect-error No cause provided because there is no underlying error.
700
throw new MongoMissingDependencyError('No AutoEncrypter available for encryption', {
701
dependencyName: 'n/a'
0 commit comments