Source code for sinch.domains.sms.api.v1.exceptions

from sinch.core.exceptions import SinchException


[docs] class SmsException(SinchException): pass