element-plus
Version:
A Component Library for Vue 3
20 lines (16 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
class ElementPlusError extends Error {
constructor(m) {
super(m);
this.name = "ElementPlusError";
}
}
function throwError(scope, m) {
throw new ElementPlusError(`[${scope}] ${m}`);
}
function debugWarn(scope, message) {
}
exports.debugWarn = debugWarn;
exports.throwError = throwError;
//# sourceMappingURL=error.js.map