UNPKG

@shopify/shopify-app-remix

Version:

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

10 lines (6 loc) 218 B
'use strict'; var shopifyApi = require('@shopify/shopify-api'); class SessionNotFoundError extends shopifyApi.ShopifyError { } exports.SessionNotFoundError = SessionNotFoundError; //# sourceMappingURL=errors.js.map