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