18 explicit WXException(
int err_code,
const char *fmt, ...)
noexcept;
31 const char*
what() const noexcept override;
46#define WXRaiseExcept(errCode, msg, ...) throw wonxai::WXException(errCode, msg, ##__VA_ARGS__)
Definition: wx_exception.h:16
int errCode() const
获取异常错误码
const char * what() const noexcept override
获取异常描述