Rocky_Mountain_Vending/.pnpm-store/v10/files/be/f8ac76efa9685bd4f62594745e762ec1b1aee983e33b830db0949b9d38c119f91f643a56daa6ee0f810cd71fdc9ea091784f5148938b99102c785474981a9f
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

7 lines
No EOL
322 B
Text

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