1 2 3
//! Framework errors — `RuniqueError`, `ErrorContext`, `ErrorType`, and `RuniqueResult`. pub mod error; pub use error::*;