Macro proton_call::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)