1
2
3
4
5
6
7
8
9
10
11
12
/*
    Appellation: mod
    Context:
    Creator: FL03 <jo3mccain@icloud.com> (https://pzzld.eth.link/)
    Description:
        ... Summary ...
 */
pub use config::ConfigError as ConfigurationError;

mod error;

pub type BoxedError = Box<dyn std::error::Error + Send + Sync + 'static>;