django-eav2/eav/exceptions.py

3 lines
54 B
Python
Raw Normal View History

class IllegalAssignmentException(Exception):
2021-10-16 17:43:02 +00:00
pass