4304c6d
1
2
3
class BaseServiceError(Exception): def __init__(self, description: str = None): self.description = description