UNPKG

@tsclean/core

Version:

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

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