saas_api/actions/system/exceptions.py
2025-10-08 07:50:28 -03:00

4 lines
125 B
Python

# exceptions.py
class BusinessRuleException(Exception):
def __init__(self, message: str):
self.message = message