UNPKG
@coingate/coingate-sdk
Version:
latest (1.1.2)
1.1.2
1.1.1
Coingate package
github.com/coingate/coingate-node
coingate/coingate-node
@coingate/coingate-sdk
/
build
/
Exception
/
InvalidArgumentException.js
7 lines
(6 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
InvalidArgumentException
=
void
0
;
class
InvalidArgumentException
extends
Error
{ }
exports
.
InvalidArgumentException
=
InvalidArgumentException
;