macro_rules! bterr { ($msg:literal $(,)?) => { ... }; ($err:expr $(,)?) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Creates a new Error, which contains a stacktrace captured at the point where this macro was evaluated.