We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897bd24 commit 8fd0ceeCopy full SHA for 8fd0cee
libtmux/exc.py
@@ -49,3 +49,8 @@ class InvalidOption(OptionError):
49
class AmbiguousOption(OptionError):
50
51
"""Option that could potentially match more than one."""
52
+
53
54
+class WaitTimeout(LibTmuxException):
55
56
+ """Function timed out without meeting condition"""
0 commit comments