anvil_zksync_common

Macro sh_err

Source
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");