Macro helix::raise [] [src]

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