Source code for sinch.domains.sms.exceptions

from sinch.core.exceptions import SinchException


[docs] class SMSException(SinchException): pass