Source code for alex.components.hub.exceptions

from alex import AlexException


[docs]class VoipIOException(AlexException): pass