summaryrefslogtreecommitdiff
path: root/crates/bot-error/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/bot-error/src/lib.rs')
-rw-r--r--crates/bot-error/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/bot-error/src/lib.rs b/crates/bot-error/src/lib.rs
new file mode 100644
index 0000000..f34e60e
--- /dev/null
+++ b/crates/bot-error/src/lib.rs
@@ -0,0 +1 @@
+pub type Error = Box<dyn std::error::Error + Send + Sync>;