initCause0

expect inline fun <T : Throwable> T.initCause0(cause: Throwable): T(source)

初始化 cause, 并得到自身(或结果) 在 JVM 平台上生效。 在其他平台会使用 addSuppressed 添加 cause