Macro otter_api_tests::throw[][src]

macro_rules! throw {
    ($err:expr) => { ... };
    () => { ... };
}
Expand description

Throw an error.

This macro is equivalent to Err($err)?.