Rocky_Mountain_Vending/.pnpm-store/v10/files/1a/e806702f61524d1b9e2cae054819aa0e4f7532a4266155a0dceb4b359dc05d4dd68029bdf6157ef6b9271ab2f5db0656dfc48bc8cee8f58bc44c859b800654
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
299 B
Text

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