UNPKG

bc-node-sdk

Version:

BetterCommerce's NodeJS SDK encapsulates the base framework for all the Next.js applications.

5 lines (4 loc) 206 B
import BaseException from "./BaseException"; export default class APIException extends BaseException { constructor(httpResponseCode: any, status: string, errorCode: string, errorMessage: string); }