mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
3 lines
122 B
Python
3 lines
122 B
Python
class BaseServiceError(Exception):
|
|
def __init__(self, description: str = None):
|
|
self.description = description |