macro_rules! app_system_error_with_msg {
    ($msg:expr $(,)?) => { ... };
    ($msg:expr, $log_msg:expr $(,)?) => { ... };
    ($msg:expr, $log_msg:expr, $($arg:expr),+ $(,)?) => { ... };
}
Expand description

构造系统内部错误