use crateExecutorError;
use ;
/// An implementation of the `From` trait to allow for easy conversions from `MockTransactionError` to `ExecutorError`.
///
/// This implementation facilitates the propagation of `MockTransactionError`s through the code,
/// by allowing them to be converted into the more general `ExecutorError` type.