1 2 3 4 5
mod vector_err; mod matrix_err; pub use vector_err::VectorErr; pub use matrix_err::MatrixError;