Skip to main content

config_error

Macro config_error 

Source
macro_rules! config_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Helper macros for creating specific error types

Creates a configuration error with a message