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