UNPKG

@dooboostore/simple-boot-http-server

Version:

back end http server frameworks

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