[][src]Macro af_lib::sentry::error

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

Creates a sentry error.