UNPKG

@jrosadob/ms-custom

Version:

ms-custom

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