Exceptions - tmuxp.exc¶
Exceptions for tmuxp.
-
exception tmuxp.exc.WorkspaceError¶
Bases:
TmuxpExceptionError parsing tmuxp workspace data.
-
exception tmuxp.exc.SessionNotFound¶
Bases:
TmuxpExceptiontmux session not found.
-
exception tmuxp.exc.WindowNotFound¶
Bases:
TmuxpExceptiontmux window not found.
-
exception tmuxp.exc.PaneNotFound¶
Bases:
TmuxpExceptiontmux pane not found.
-
exception tmuxp.exc.EmptyWorkspaceException¶
Bases:
WorkspaceErrorWorkspace file is empty.
-
exception tmuxp.exc.SessionMissingWorkspaceException¶
Bases:
WorkspaceError,ObjectDoesNotExistSession missing while loading tmuxp workspace.
-
exception tmuxp.exc.ActiveSessionMissingWorkspaceException¶
Bases:
WorkspaceErrorActive session cannot be found while loading tmuxp workspace.
-
exception tmuxp.exc.TmuxpPluginException¶
Bases:
TmuxpExceptionBase Exception for Tmuxp Errors.
-
exception tmuxp.exc.BeforeLoadScriptNotExists¶
Bases:
OSErrorRaises if shell script could not be found.
-
exception tmuxp.exc.BeforeLoadScriptError¶
Bases:
ExceptionShell script execution error.
Replaces
subprocess.CalledProcessErrorfortmuxp.util.run_before_script().