//! This module defines some report messages for internal use
useiridis_node::prelude::thirdparty::Uuid;usecrate::prelude::*;pubfnreport_primitive_not_found(uuid: Uuid)->eyre::Report{eyre::Report::msg(format!("Primitive '{}' not found. This is a big error. Please report it",
uuid
))}