UNPKG

@jrosadob/nestjs-sophia-framework

Version:

Franework para microservicios en NestJS

7 lines (6 loc) 277 B
import { UnauthorizedException } from '@nestjs/common'; import { UnauthorizedResult } from '../result/unauthorized.result'; export declare class AppUnauthorizedException extends UnauthorizedException { constructor(message: string); getResponse(): UnauthorizedResult; }