There was an error while loading. Please reload this page.
1 parent a1c9e76 commit eb295f1Copy full SHA for eb295f1
1 file changed
src/libtmux/exc.py
@@ -243,10 +243,11 @@ class MultipleObjectsReturned(LibTmuxException):
243
>>> issubclass(exc.MultipleObjectsReturned, exc.LibTmuxException)
244
True
245
246
- .. versionchanged:: 0.62
+ .. versionadded:: 0.62
247
248
- Re-based on :exc:`LibTmuxException` and given a message. Importing it
249
- from :mod:`libtmux._internal.query_list` still works.
+ Added to :mod:`libtmux.exc` as a :exc:`LibTmuxException` subclass with
+ a message. Importing it from :mod:`libtmux._internal.query_list` still
250
+ works.
251
"""
252
253
def __init__(
0 commit comments