aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rwxr-xr-xsrc/error.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
new file mode 100755
index 0000000..1e5b119
--- /dev/null
+++ b/src/error.rs
@@ -0,0 +1,6 @@
+#[derive(Debug)]
+pub enum Error {
+ DmenuNotInstalled,
+ FzfNotInstalled,
+}
+