ifNotFoundThen

inline fun <T> QQGuildApiException.ifNotFoundThen(throwCopy: Boolean = true, value: () -> T): T(source)

如果 QQGuildApiException.isNotFoundtrue, 得到null,否则抛出此异常