use crateExecutorError;
use ;
/// An enumeration representing the various errors that can occur when deploying through the `MockExecutor`.
/// An implementation of the `From` trait to allow for easy conversions from `MockDeployError` to `ExecutorError`.
///
/// This implementation facilitates the propagation of `MockDeployError`s through the code,
/// by allowing them to be converted into the more general `ExecutorError` type.