UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

8 lines (5 loc) 176 B
import { ShopifyError } from '@shopify/shopify-api'; class SessionNotFoundError extends ShopifyError { } export { SessionNotFoundError }; //# sourceMappingURL=errors.mjs.map