We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 254f1aa + 5b0954b commit eaf8319Copy full SHA for eaf8319
netbox_custom_objects/models.py
@@ -53,6 +53,13 @@
53
from netbox_custom_objects.utilities import generate_model
54
55
56
+class UniquenessConstraintTestError(Exception):
57
+ """Custom exception used to signal successful uniqueness constraint test."""
58
+
59
+ pass
60
61
62
63
class UniquenessConstraintTestError(Exception):
64
"""Custom exception used to signal successful uniqueness constraint test."""
65
0 commit comments