[][src]Macro fehler_more::bail

macro_rules! bail {
    ($e:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}

Exits a function early with an Exception.