Macro err

Source
macro_rules! err {
    ($variant:expr, $desc:expr) => { ... };
}
Expand description

Creates a new error with the given variant and description