1 2 3 4 5
//! Error types for `klauthed-core` (currently [`ConfigError`]). pub mod config_error; pub use config_error::ConfigError;