# libtmux.exc.TmuxTimeout

- **Module:** libtmux.exc
- **Package:** libtmux
- **Language:** Python
- **Kind:** exception
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/exc.py
- **Page:** https://libtmux.org/reference/py/libtmux-exc-tmuxtimeout/

A tmux command did not return within its timeout.

Deliberately NOT a :exc:`LibTmuxException`. The listing accessors
absorb one of those as "nothing to list", which is right for a
daemon that has not started and wrong for a server that stopped
answering -- a caller told there are no sessions goes on to create
one on a server that already has them.

Distinct from :exc:`WaitTimeout`, which is a helper giving up on a
condition. This one means the tmux process was killed mid-command,
so nothing can be said about whether it took effect.

## Members

- `__init__` (method)
