[][src]Macro rollbar::report_error_message

macro_rules! report_error_message {
    ($client:ident, $err:expr) => { ... };
}

Report an error message. Any type that implements fmt::Display is accepted.