UNPKG

@gabliam/web-core

Version:
5 lines (4 loc) 217 B
import { HttpException } from './http-exception'; export declare class GatewayTimeoutException extends HttpException { constructor(message?: string | object | any, error?: string | undefined, otherFields?: {}); }