trytonpsk-staff_co/exceptions.py

9 lines
252 B
Python
Raw Permalink Normal View History

2021-06-04 17:05:23 +02:00
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.model.exceptions import ValidationError
2021-11-06 14:24:18 +01:00
class StaffContractError(ValidationError):
pass