UNPKG

211 BTypeScriptView Raw
1import { RuntimeException } from './runtime.exception';
2import { Type } from '@nestjs/common';
3export declare class UndefinedForwardRefException extends RuntimeException {
4 constructor(scope: Type<any>[]);
5}