Skip to main content

raise

Macro raise 

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