use ToString;
use ExecutionError;
use PrintDiagnostic;
use Error;
// EXECUTION ERROR
// ================================================================================================
/// A newtype wrapper around [`ExecutionError`] that provides better error messages
/// by using [`PrintDiagnostic`] for display formatting.
;