sc_panic

Macro sc_panic 

Source
macro_rules! sc_panic {
    ($msg:tt, $($arg:expr),+ $(,)?) => { ... };
    ($msg:expr $(,)?) => { ... };
}