Skip to main content

gix_error/
types.rs

1//! Utility types for error-chain interoperability, classification, and diagnostic display.
2//!
3//! Frequently used error types are exported at the crate root. Exception frames and type erasure live in
4//! [`crate::exn`].
5
6pub use crate::concrete::chain::ChainedError;
7pub use crate::error::{Classification, Classifications, DisplaySource};