UNPKG

expresscheckout-nodejs-sdk

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