contentful-migration
Version:
Migration tooling for contentful
10 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class EditorInterfacesFetchingError extends Error {
constructor() {
const message = `Unable to fetch editor interfaces listed in intents.`;
super(message);
}
}
exports.default = EditorInterfacesFetchingError;
//# sourceMappingURL=editorinterfaces-fetching.js.map