[][src]Macro fehler::throw

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

Throw an error.

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