mirror of https://github.com/stijndcl/didier
3 lines
98 B
Python
3 lines
98 B
Python
|
class DuplicateInsertException(Exception):
|
||
|
"""Exception raised when a value already exists"""
|