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 c6e008a commit e9dd68fCopy full SHA for e9dd68f
packages/mongodb-memory-server-core/src/util/errors.ts
@@ -52,6 +52,7 @@ export class WaitForPrimaryTimeoutError extends Error {
52
}
53
54
55
+// REFACTOR: consider merging this with InstanceInfoError
56
export class EnsureInstanceError extends Error {
57
constructor(public isRunning: boolean) {
58
super();
0 commit comments