Macro other_error

Source
macro_rules! other_error {
    ($msg:expr) => { ... };
}