Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/1ab6b2715a89cbd8d456d718b93bb49aca2fbc48af474689406401a0dbbdd9ef76d8f268940d9cd52aec701f7bf596462ce7107919ab5d20d74b8708716cc3
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
307 B
Text

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