Macro abscissa_core::format_err
source · [−]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