Rocky_Mountain_Vending/.pnpm-store/v10/files/93/9b79efc1119efd12c8c918b351de4512a6aedbef0cf789c71d12dacc96baeb9034cbd41583d1fc1ffe8fe343a16eff310e9b05b22a32532292a0beb919cfc8
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
591 B
Text

/**
* This function should be used to rethrow internal Next.js errors so that they can be handled by the framework.
* When wrapping an API that uses errors to interrupt control flow, you should use this function before you do any error handling.
* This function will rethrow the error if it is a Next.js error so it can be handled, otherwise it will do nothing.
*
* Read more: [Next.js Docs: `unstable_rethrow`](https://nextjs.org/docs/app/api-reference/functions/unstable_rethrow)
*/
export declare const unstable_rethrow: typeof import("./unstable-rethrow.server").unstable_rethrow;