frontend/.pnpm-store/v3/files/be/f8ac76efa9685bd4f62594745e762ec1b1aee983e33b830db0949b9d38c119f91f643a56daa6ee0f810cd71fdc9ea091784f5148938b99102c785474981a9f

7 lines
322 B
Plaintext

import { createErrorClass } from './createErrorClass';
export const ObjectUnsubscribedError = createErrorClass((_super) => function ObjectUnsubscribedErrorImpl() {
_super(this);
this.name = 'ObjectUnsubscribedError';
this.message = 'object unsubscribed';
});
//# sourceMappingURL=ObjectUnsubscribedError.js.map