UNPKG

@gabliam/web-core

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