UNPKG

geezsms

Version:
7 lines (6 loc) 221 B
import GeezSMSException from './geezsmsexception'; declare class GeezSMSUnAuthorizedException extends GeezSMSException { msg: string; constructor(msg: string); } export default GeezSMSUnAuthorizedException;