Skip to content
Snippets Groups Projects
Commit 4c1f5249 authored by florian's avatar florian
Browse files

ENH: Introduce AmbiguousEntityError

parent f2e21988
No related branches found
No related tags found
No related merge requests found
...@@ -347,3 +347,10 @@ class AuthorizationException(EntityError): ...@@ -347,3 +347,10 @@ class AuthorizationException(EntityError):
Maybe you need more privileges or a user account at all. Maybe you need more privileges or a user account at all.
""" """
class AmbiguousEntityError(EntityError):
"""A retrieve of the entity was not possible because there is more
than one possible candidate.
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment