summaryrefslogtreecommitdiffstats
path: root/src/tmux/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tmux/error.rs')
-rw-r--r--src/tmux/error.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tmux/error.rs b/src/tmux/error.rs
index 6da5830..4891c7d 100644
--- a/src/tmux/error.rs
+++ b/src/tmux/error.rs
@@ -8,4 +8,7 @@ pub enum Error {
#[error("Parsing error: {0}")]
Parse(#[from] std::str::Utf8Error),
+
+ #[error("Session not found")]
+ NotFound,
}