dograh/api/services/pipecat/exceptions.py

7 lines
120 B
Python
Raw Permalink Normal View History

2025-09-09 14:37:32 +05:30
class VoicemailDetectedException(Exception):
"""
Exception raised when voicemail is detected.
"""
pass