TenantAtlas/apps/platform/.pnpm-store/v10/files/be/f8ac76efa9685bd4f62594745e762ec1b1aee983e33b830db0949b9d38c119f91f643a56daa6ee0f810cd71fdc9ea091784f5148938b99102c785474981a9f
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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