UNPKG

bc-node-sdk

Version:

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

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