/// Contains [crate::error::ureq::client::blocking::UreqErrorSync],
/// which implements [ClientTraitSync](crate::common::traits::client_trait_sync::ClientTraitSync),
/// allowing the user to retrieve a client that sends asynchronous requests to
/// the BugSnag API.
///
/// ```
/// use lemon_bugsnag_rs::error::ureq::client::blocking::UreqErrorSync;
/// ```