UNPKG

@shopify/shopify-app-express

Version:

Shopify Express Middleware - to simplify the building of Shopify Apps with Express

9 lines (7 loc) 217 B
export class ShopifyAppError extends Error { constructor(...args: any) { super(...args); Object.setPrototypeOf(this, new.target.prototype); } } export class SessionStorageError extends ShopifyAppError {}