UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

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); }