other_error

Macro other_error 

Source
macro_rules! other_error {
    ($format:literal) => { ... };
    ($format:literal, $($args:tt)*) => { ... };
}