Rocky_Mountain_Vending/.pnpm-store/v10/files/42/fd99ea690eab3b5ea12938c0e3ae917874707d315f9dc5ab17a5669dde277020783f235d5af82a248420e6f5efae8d67249a5ae2ab77d3955d40b74a4cdb21
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

8 lines
301 B
Text

import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class SSOServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SSOServiceException.prototype);
}
}