BetterHud docs
Toggle table of contents
1.11.1
dist
Platform filter
dist
Switch theme
Search in API
BetterHud docs
BetterHud/dist
/
kr.toxicity.hud.util
/
runWithExceptionHandling
run
With
Exception
Handling
fun
<
R
>
runWithExceptionHandling
(
sender
:
Audience
,
message
:
String
,
block
:
(
)
->
R
)
:
Result
<
R
>
fun
<
T
,
R
>
T
.
runWithExceptionHandling
(
sender
:
Audience
,
message
:
String
,
block
:
T
.
(
)
->
R
)
:
Result
<
R
>