generic_error

Macro generic_error 

Source
macro_rules! generic_error {
    ($s:literal, $($e:expr),+) => { ... };
    ($s:literal) => { ... };
}