logo

Macro abscissa_core::format_err[][src]

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

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