Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-component-qq-guild-api
/
love.forte.simbot.qguild
/
initCause0
init
Cause0
@
QGInternalApi
expect
inline
fun
<
T
:
Throwable
>
T
.
initCause0
(
cause
:
Throwable
)
:
T
(
source
)
初始化 cause, 并得到自身(或结果) 在 JVM 平台上生效。 在其他平台会使用
addSuppressed
添加
cause
。