UNPKG
geezsms
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
GeezSMS Typscript wrapper.
github.com/GeezSMS-net/typescript-sdk
aquilaict/geez-js-sdk
geezsms
/
lib
/
exceptions
/
arifpaynetworkexception.d.ts
6 lines
(5 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
declare
class
ArifpayNetworkException
extends
Error
{
msg
:
string
;
constructor
(
msg
:
string
); }
export
default
ArifpayNetworkException
;