UNPKG

geezsms

Version:
8 lines (7 loc) 246 B
import GeezSMSException from './geezsmsexception'; declare class GeezSMSBadRequestException extends GeezSMSException { msg: string; error: any; constructor(msg: string, error: any); } export default GeezSMSBadRequestException;