UNPKG

@tsclean/core

Version:

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

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