dograh/api/services/pipecat/exceptions.py
Abhishek Kumar 4f2a629340 Initial Commit 🚀 🚀
2025-09-09 14:37:32 +05:30

6 lines
120 B
Python

class VoicemailDetectedException(Exception):
"""
Exception raised when voicemail is detected.
"""
pass