Rocky_Mountain_Vending/.pnpm-store/v10/files/0e/ece0d547f35fd314a8b5015ac6e2aa9869130e9bc88ae116ceddeb33816a6cb54874e0cd49cb2db823a6f6dd073a50eed77f8dc07a84811a27bae95a3adb30
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
309 B
Text

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