[][src]Macro solana_libra_failure_macros::bail_err

macro_rules! bail_err {
    ($e:expr) => { ... };
}

Exits a function early with an Error.

Equivalent to the bail! macro, except a error type is provided instead of a message.