UNPKG

@dooboostore/simple-boot-http-server

Version:

back end http server frameworks

8 lines 242 B
import { HttpError } from './HttpError'; export declare class ForbiddenError extends HttpError { constructor({ status, message }?: { status?: number; message?: string; }); } //# sourceMappingURL=ForbiddenError.d.ts.map