[][src]Macro rollbar::report_error

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

Report an error. Any type that implements error::Error is accepted.