d8e26ab70688f86ea904d0a6b751ed2cd341335c8cf0f9c3a471bf26ba240a35.json raw

   1  {"ast":null,"code":"var __extends = this && this.__extends || function () {\n  var extendStatics = function (d, b) {\n    extendStatics = Object.setPrototypeOf || {\n      __proto__: []\n    } instanceof Array && function (d, b) {\n      d.__proto__ = b;\n    } || function (d, b) {\n      for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p];\n    };\n    return extendStatics(d, b);\n  };\n  return function (d, b) {\n    if (typeof b !== \"function\" && b !== null) throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n    extendStatics(d, b);\n    function __() {\n      this.constructor = d;\n    }\n    d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n  };\n}();\nvar HttpResponseError = /** @class */function (_super) {\n  __extends(HttpResponseError, _super);\n  function HttpResponseError(message, status) {\n    var _this = _super.call(this, message) || this;\n    _this.status = status;\n    return _this;\n  }\n  return HttpResponseError;\n}(Error);\nexport { HttpResponseError };\n//# sourceMappingURL=Errors.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}