Macro err

Source
macro_rules! err {
    (with: $error:expr, $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Creates a new error