mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
6 lines
120 B
Python
6 lines
120 B
Python
class VoicemailDetectedException(Exception):
|
|
"""
|
|
Exception raised when voicemail is detected.
|
|
"""
|
|
|
|
pass
|