@aurigma/design-atoms-model
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
6 lines • 450 B
JavaScript
export const itemBelongsCollection = "The item already belongs to this collection, or to another collection.";
export const itemNotFoundInCollection = "The item was not found in this collection.";
export const setPointOutOfRange = "setPoint: Index out of range.";
export const insertPointOutOfRange = "addPoint: Index out of range.";
export const removePointOutOfRange = "removePoint: Index out of range.";
//# sourceMappingURL=Exceptions.js.map