[][src]Macro abscissa_core::err

macro_rules! err {
    ($kind:path, $msg:expr) => { ... };
    ($kind:path, $fmt:expr, $($arg:tt)+) => { ... };
}

Create a new error (of a given kind) with a formatted message