Exception: Mxup::Tmux::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mxup/tmux.rb

Overview

Raised when a tmux command that is expected to succeed exits non-zero. Carries tmux's own stderr so a failure surfaces with context (e.g. a "pane too small" split) at the point it happens, instead of as a confusing downstream error like "can't find pane 4".