UNPKG

contentful-migration

Version:
10 lines 363 B
"use strict"; 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