mod graphblas_error;
mod logic_error;
mod other_error;
mod sparse_linear_algebra_error;
pub(crate) mod system_error;
pub use graphblas_error::{GraphblasError, GraphblasErrorType};
pub use logic_error::{LogicError, LogicErrorType};
pub use other_error::{OtherError, OtherErrorType};
pub use sparse_linear_algebra_error::{SparseLinearAlgebraError, SparseLinearAlgebraErrorType};
pub use system_error::{SystemError, SystemErrorType};