Source code for sinch.domains.authentication.exceptions

from sinch.core.exceptions import SinchException


[docs] class AuthenticationException(SinchException): pass