[][src]Macro lieweb::error_msg

macro_rules! error_msg {
    ($msg:literal) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}