UNPKG

tsunamy

Version:

A new typesript framework

8 lines (7 loc) 272 B
import { HttpStatus } from './http-status'; export declare class ResponseStatusError extends Error { readonly statusCode: HttpStatus; readonly message: string; constructor(statusCode: HttpStatus, message: string); static notFound(): ResponseStatusError; }