monitoring-api/actions/system/exceptions.py
2025-10-06 09:30:41 -03:00

4 lines
No EOL
124 B
Python

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