Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@nestjs/core / errors / exceptions / unknown-dependencies.exception.d.ts
Size: Mime:
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);
}