Rocky_Mountain_Vending/.pnpm-store/v10/files/2a/ede6299fb3a34295a890322c2a8682ea175df013e6cde5a3b88126b8b9b5311eb902ba0b6489be28c4df76eef1579bcb11ba11cbdc3450470e34270aed27bd
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

9 lines
330 B
Text

import {
ServiceExceptionOptions as __ServiceExceptionOptions,
ServiceException as __ServiceException,
} from "@smithy/smithy-client";
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class S3ServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}