UNPKG

@nestjs/core

Version:

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

6 lines (5 loc) 214 B
import type { Type } from '@nestjs/common'; import { RuntimeException } from './runtime.exception'; export declare class UnknownRequestMappingException extends RuntimeException { constructor(metatype: Type); }