UNPKG

bc-node-sdk

Version:

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

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