UNPKG

expresscheckout-nodejs-sdk

Version:
10 lines (6 loc) 252 B
import { JuspayException } from './JuspayException'; export class APIException extends JuspayException { constructor(httpResponseCode, status, errorCode, errorMessage) { super(httpResponseCode, status, errorCode, errorMessage); } };