UNPKG

@dooboostore/simple-boot-http-server

Version:

back end http server frameworks

8 lines 214 B
export class HttpError { constructor({ status, message = 'HttpError' }) { this.name = 'Error'; this.message = message; this.status = status; } } //# sourceMappingURL=HttpError.js.map