didier/database/exceptions/constraints.py

3 lines
98 B
Python
Raw Normal View History

2022-06-21 23:58:21 +02:00
class DuplicateInsertException(Exception):
"""Exception raised when a value already exists"""