UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

7 lines (6 loc) 362 B
import { InjectorDependencyContext } from '../../injector/injector'; import { RuntimeException } from './runtime.exception'; import { Module } from '../../injector/module'; export declare class UnknownDependenciesException extends RuntimeException { constructor(type: string | symbol, unknownDependencyContext: InjectorDependencyContext, module?: Module); }