frontend/.pnpm-store/v3/files/75/20b6355c310eba9d3e45e207558ea5e4c3e6db9ec6dc6381712d08d433b70677b0184bc630a0604b524cf0f54618c56eea767d964bfc907a37ce0d4777b8e8

14 lines
553 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ObjectUnsubscribedErrorImpl = (function () {
function ObjectUnsubscribedErrorImpl() {
Error.call(this);
this.message = 'object unsubscribed';
this.name = 'ObjectUnsubscribedError';
return this;
}
ObjectUnsubscribedErrorImpl.prototype = Object.create(Error.prototype);
return ObjectUnsubscribedErrorImpl;
})();
exports.ObjectUnsubscribedError = ObjectUnsubscribedErrorImpl;
//# sourceMappingURL=ObjectUnsubscribedError.js.map