toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.extensions
/
multiCatch
multi
Catch
inline
fun
<
R
>
(
)
->
R
.
multiCatch
(
vararg
classes
:
KClass
<
out
Throwable
>
,
thenDo
:
(
)
->
R
)
:
R
inline
fun
<
R
>
Throwable
.
multiCatch
(
vararg
classes
:
KClass
<
out
Throwable
>
,
thenDo
:
(
)
->
R
)
:
R