UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

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