mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-19 10:50:57 +00:00
UUID version custom exception
This commit is contained in:
parent
c23c622d17
commit
533501753f
1 changed files with 2 additions and 0 deletions
2
model_utils/exceptions.py
Normal file
2
model_utils/exceptions.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
class UUIDVersionException(Exception):
|
||||
pass
|
||||
Loading…
Reference in a new issue