Source code for alex.components.tts.exceptions

# coding: utf-8
from alex import AlexException


[docs]class TTSException(AlexException): pass