Source code for sinch.domains.conversation.exceptions

from sinch.core.exceptions import SinchException


[docs] class ConversationException(SinchException): pass