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 085f77b commit e0ed195Copy full SHA for e0ed195
src/libvcs/_internal/query_list.py
@@ -18,11 +18,11 @@
18
19
20
class MultipleObjectsReturned(Exception):
21
- """The requested object does not exist."""
+ """The query returned multiple objects when only one was expected."""
22
23
24
class ObjectDoesNotExist(Exception):
25
- """The query returned multiple objects when only one was expected."""
+ """The requested object does not exist."""
26
27
28
def keygetter(
0 commit comments