UNPKG

expresscheckout-nodejs-sdk

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