5 lines
89 B
Python
5 lines
89 B
Python
class DIDException(Exception):
|
|
"""Custom exception for D-ID API errors."""
|
|
|
|
pass
|