Simple Robot 组件 | QQ
Toggle table of contents
4.2.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | QQ
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
。