UNPKG

@nestjs/core

Version:

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

6 lines (5 loc) 269 B
import { RuntimeException } from './runtime.exception.js'; import type { Abstract, Type } from '@nestjs/common'; export declare class InvalidClassScopeException extends RuntimeException { constructor(metatypeOrToken: Type<any> | Abstract<any> | string | symbol); }