UNPKG

@jrosadob/ms-custom

Version:

ms-custom

5 lines (4 loc) 155 B
import { HttpException } from '@nestjs/common'; export declare class MethodNotAllowedException extends HttpException { constructor(message: string); }