UNPKG

coffee-core

Version:

Coffee IT API core library

8 lines (7 loc) 258 B
import { HttpStatus } from '@nestjs/common'; export declare class StatusException extends Error { readonly status: HttpStatus; readonly message: string; readonly type: string; constructor(status: HttpStatus, message: string, type: string); }