Uses of Class
dev.resms.core.exception.ReSMSException
Packages that use ReSMSException
-
Uses of ReSMSException in dev.resms.services.otp
Methods in dev.resms.services.otp that throw ReSMSExceptionModifier and TypeMethodDescriptionOtp.send(SendOtpOptions sendOtpOptions) Send an OTP based on the provided OTP requestOtp.verify(VerifyOtpOptions verifyOtpOptions) Verify an OTP based on the provided OTP verify request -
Uses of ReSMSException in dev.resms.services.sms
Methods in dev.resms.services.sms that throw ReSMSExceptionModifier and TypeMethodDescriptionSms.send(SendSmsOptions sendSmsOptions) Sends an SMS based on the provided SMS request.