config_error

Macro config_error 

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