mirror of
https://github.com/stijndcl/didier.git
synced 2026-06-22 22:19:57 +02:00
5 lines
139 B
Python
5 lines
139 B
Python
__all__ = ["DuplicateInsertException"]
|
|
|
|
|
|
class DuplicateInsertException(Exception):
|
|
"""Exception raised when a value already exists"""
|