UNPKG

fitbit-api-client

Version:
12 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponseError = void 0; class ResponseError extends Error { constructor(response, msg) { super(msg); this.response = response; this.name = 'ResponseError'; } } exports.ResponseError = ResponseError; //# sourceMappingURL=error.js.map