Ferramentas/RCVinculaPartesLivroAntigo/actions/system/exceptions.py
2025-12-02 10:37:13 -03:00

4 lines
No EOL
124 B
Python

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