UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

5 lines 249 B
import { HttpException } from './http.exception'; export declare class UnauthorizedException extends HttpException { constructor(objectOrError?: string | object | any, description?: string); } //# sourceMappingURL=unauthorized.exception.d.ts.map