Macro helix::raise_panic [] [src]

macro_rules! raise_panic {
    ($msg:expr) => { ... };
    ($class:expr, $msg:expr) => { ... };
}