UNPKG

inceptum

Version:

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

5 lines (4 loc) 145 B
import HttpError from '../HttpError'; export declare class ForbiddenError extends HttpError { constructor(message: string, cause?: Error); }