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
/
APIUnauthorized.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
GeezSMSException
from
'./geezsmsexception'
;
declare
class
GeezSMSUnAuthorizedException
extends
GeezSMSException
{
msg
:
string
;
constructor
(
msg
:
string
); }
export
default
GeezSMSUnAuthorizedException
;