throw

Macro throw 

Source
macro_rules! throw {
    ($kind:expr, $fmt:literal) => { ... };
    ($kind:expr, $fmt:literal, $($arg:tt)*) => { ... };
}
Expand description

Macro to throw an error, Result::Err(e)