trytondo-account_invoice_facho/exceptions.py

5 lines
85 B
Python

from trytond.exceptions import UserError
class DianClientError(UserError):
pass