@teambit/tester
Version:
14 lines (12 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NoMatchingComponents = void 0;
class NoMatchingComponents extends Error {
constructor(pattern) {
super(`could not find components matching to pattern: ${pattern}`);
}
}
exports.NoMatchingComponents = NoMatchingComponents;
//# sourceMappingURL=no-matching-components.js.map