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.
1 parent 6148d82 commit e457d62Copy full SHA for e457d62
packages/core/minos-microservice-aggregate/minos/aggregate/entities/refs/models.py
@@ -199,7 +199,7 @@ def uuid(self, value: UUID) -> None:
199
200
:return: This method does not return anything.
201
"""
202
- raise NotImplementedError
+ raise RuntimeError("The 'uuid' must be set through the '__setattr__' method.") # pragma: no cover
203
204
@property
205
def data_cls(self) -> Optional[type]:
0 commit comments