UNPKG

@dooboostore/simple-boot-http-server

Version:

back end http server frameworks

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