1 2 3 4 5 6
//! Handoff Error Types //! //! Re-exports [`HandoffError`] from its canonical home in `paladin-core`'s //! `core::platform::container::arsenal::handoff_error` module. pub use crate::core::platform::container::arsenal::handoff_error::HandoffError;