UNPKG

declarapi

Version:
9 lines 295 B
export class RequestHandlingError extends Error { constructor(message, status) { super(message); this.status = status; this.name = this.constructor.name; Error.captureStackTrace(this, this.constructor); } } //# sourceMappingURL=RequestHandlingError.js.map