@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
5 lines • 311 B
TypeScript
import { HttpException, HttpExceptionOptions } from "./http.exception";
export declare class PayloadTooLargeException extends HttpException {
constructor(objectOrError?: string | object | any, descriptionOrOptions?: string | HttpExceptionOptions);
}
//# sourceMappingURL=payload-too-large.exception.d.ts.map