summaryrefslogtreecommitdiff
path: root/crates/bot-error/src/lib.rs
blob: f34e60ef8c851f0f776645d44ee89c90f68449e7 (plain)
1
pub type Error = Box<dyn std::error::Error + Send + Sync>;