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 8bc7ff2 commit 48d4ae9Copy full SHA for 48d4ae9
src/error/MissingInitializedPromiseError.ts
@@ -1,5 +1,5 @@
1
/**
2
- * Thrown when DI cannot inject value into property decorated by @Inject decorator.
+ * Thrown when user improperly uses the asyncInitialization Service option.
3
*/
4
export class MissingInitializedPromiseError extends Error {
5
name = "MissingInitializedPromiseError";
@@ -15,5 +15,4 @@ export class MissingInitializedPromiseError extends Error {
15
);
16
Object.setPrototypeOf(this, MissingInitializedPromiseError.prototype);
17
}
18
-
19
0 commit comments