UNPKG

plot-plan-designer

Version:

Design Editor Tools with React.js + ant.design + fabric.js

13 lines (12 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class UnsafetyWordException { constructor() { this.message = 'Includes unsafety word.'; this.name = 'UnsafetyWordException'; } toString() { return `${this.name}: ${this.message}`; } } exports.default = UnsafetyWordException;