sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.exception
/
Exceptions
/
tryCatch
try
Catch
abstract
fun
<
T
>
tryCatch
(
config
:
ExceptionCatcher
<
T
>
.
(
)
->
Unit
)
:
T
?
配置 try-catch 语句.
Receiver
Return
try-catch语句返回的结果
Parameters
T
返回值类型
config
配置 try-catch 的函数