1 2 3 4 5 6 7 8 9 10
//! Patch for `thiserror` #![doc = include_str!("../README.md")] mod located_error; #[cfg(any(feature = "backtrace", feature = "force_backtrace"))] mod stacktrace; pub use backerror_macros::backerror; pub use located_error::LocatedError;