trytonpsk-stock_co/exceptions.py

4 lines
86 B
Python

from trytond.exceptions import UserWarning
class DeleteWarning(UserWarning):
pass