Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
122 Bytes
class BaseServiceError(Exception):
def __init__(self, description: str = None):
self.description = description