UNPKG

@tsclean/core

Version:

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

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