Macro otter_nodejs_tests::otter_support::prelude::throw
source · [−]macro_rules! throw {
($err:expr) => { ... };
() => { ... };
}Expand description
Throw an error.
This macro is equivalent to Err($err)?.