UNPKG

@web-atoms/core-docs

Version:
22 lines 743 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class FormattedError { constructor(msg) { const e = new Error(msg.toString()); e.formattedMessage = msg; e.__proto__ = FormattedError.prototype; return e; } } exports.default = FormattedError; }); //# sourceMappingURL=FormattedError.js.map