exportclassInjectInstNotFoundErrorextendsError {
constructor(injectName = '') {
super(`Instance of [${injectName}] was not found.check either inject in Module.`);
this.name = InjectInstNotFoundError.name;
}
}
//# sourceMappingURL=inject-instance-not-found.error.js.map