trytondo-account_invoice_facho/exceptions.py

5 lines
85 B
Python
Raw Permalink Normal View History

2020-05-31 05:56:26 +02:00
from trytond.exceptions import UserError
class DianClientError(UserError):
pass