UNPKG

@hipay/hipay-enterprise-sdk-nodejs

Version:

The HiPay Enterprise SDK for NodeJS is a library for developers who want to integrate HiPay Enterprise payment methods to any NodeJS platform.

8 lines (4 loc) 178 B
'use strict'; const HiPayNodeSDKError = require('./HiPayNodeSDKError'); class InvalidArgumentException extends HiPayNodeSDKError {} module.exports = InvalidArgumentException;