bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
43 lines (32 loc) • 1.04 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
function _defineProperty2() {
const data = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
_defineProperty2 = function () {
return data;
};
return data;
}
function _abstractError() {
const data = _interopRequireDefault(require("../../../../error/abstract-error"));
_abstractError = function () {
return data;
};
return data;
}
class IncorrectIdForImportedComponent extends _abstractError().default {
constructor(importedId, newId, filePath) {
super();
(0, _defineProperty2().default)(this, "importedId", void 0);
(0, _defineProperty2().default)(this, "newId", void 0);
(0, _defineProperty2().default)(this, "filePath", void 0);
this.importedId = importedId;
this.newId = newId;
this.filePath = filePath;
}
}
exports.default = IncorrectIdForImportedComponent;
;