5 lines
90 B
Python
5 lines
90 B
Python
class AnamException(Exception):
|
|
"""Custom exception for Anam API errors."""
|
|
|
|
pass
|