Skip to content

Commit 8fd0cee

Browse files
categulariotony
authored andcommitted
Add exception to libtmux.exc
1 parent 897bd24 commit 8fd0cee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libtmux/exc.py

+5
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ class InvalidOption(OptionError):
4949
class AmbiguousOption(OptionError):
5050

5151
"""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

Comments
 (0)