frontend/.pnpm-store/v3/files/97/05e56892be08bfa7c53cacac406bb9d98821d6d5eea89542722031cb6d0968dc6bc85ff001364cf95a49c4a5a6a36afbb57b16ca22b08de3842e5d850a563e

14 lines
552 B
Plaintext

/** PURE_IMPORTS_START PURE_IMPORTS_END */
var ObjectUnsubscribedErrorImpl = /*@__PURE__*/ (function () {
function ObjectUnsubscribedErrorImpl() {
Error.call(this);
this.message = 'object unsubscribed';
this.name = 'ObjectUnsubscribedError';
return this;
}
ObjectUnsubscribedErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);
return ObjectUnsubscribedErrorImpl;
})();
export var ObjectUnsubscribedError = ObjectUnsubscribedErrorImpl;
//# sourceMappingURL=ObjectUnsubscribedError.js.map