UNPKG

214 BTypeScriptView Raw
1import type { Type } from '@nestjs/common';
2import { RuntimeException } from './runtime.exception';
3export declare class UnknownRequestMappingException extends RuntimeException {
4 constructor(metatype: Type);
5}