Rocky_Mountain_Vending/.pnpm-store/v10/files/2a/a0fe0e3efc05dfadfb3127a544cc376dbdc2af933451895055eec1b9bdc792bc1180887994784a30f846e2ee1c76af481ac8ac507aaf7f87c86e470250516e
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 STSServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, STSServiceException.prototype);
}
}