Source code for model_registry.exceptions
"""Exceptions for the model registry."""
[docs]
class DuplicateError(StoreError):
"""Raised when the user tries to put an object with a conflicting property."""
"""Exceptions for the model registry."""
[docs]
class DuplicateError(StoreError):
"""Raised when the user tries to put an object with a conflicting property."""