Macro error

Source
macro_rules! error {
    ($type_name:expr, $format:literal, $($args:tt)+) => { ... };
    ($type_name:expr, $($args:tt)+) => { ... };
    ($($args:tt)+) => { ... };
}
Expand description

Creates a sentry error.