macro_rules! sh_err {
($($arg:tt)*) => { ... };
}Expand description
Macro to print an error message.
Usage:
use anvil_zksync_common::sh_err;
sh_err!("Something went wrong: {}", "details");macro_rules! sh_err {
($($arg:tt)*) => { ... };
}Macro to print an error message.
Usage:
use anvil_zksync_common::sh_err;
sh_err!("Something went wrong: {}", "details");