mc_panic

Macro mc_panic 

Source
macro_rules! mc_panic {
    ($string:literal) => { ... };
    ($format:literal, $($e:expr),+) => { ... };
}