UNPKG

inceptum

Version:

hipages take on the foundational library for enterprise-grade apps written in NodeJS

7 lines (6 loc) 202 B
export default class HttpError extends Error { statusCode: number; constructor(statusCode: number, message: string); getStatusCode(): number; static notFound(message: any): HttpError; }