gix-error 0.4.0

A crate of the gitoxide project to provide common errors and error-handling utilities
Documentation
1
2
3
4
5
6
7
//! Utility types for error-chain interoperability, classification, and diagnostic display.
//!
//! Frequently used error types are exported at the crate root. Exception frames and type erasure live in
//! [`crate::exn`].

pub use crate::concrete::chain::ChainedError;
pub use crate::error::{Classification, Classifications, DisplaySource};