UNPKG

@tsclean/core

Version:

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

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