Macro btlib::bterr

source ·
macro_rules! bterr {
    ($msg:literal $(,)?) => { ... };
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Creates a new Error, which contains a stacktrace captured at the point where this macro was evaluated.