toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.runtime.intrinsics
/
translateIoError
translate
Io
Error
inline
fun
<
T
>
translateIoError
(
block
:
(
)
->
T
)
:
T
Translates an
IOException
into a
MetisRuntimeException
.
Parameters
block
The block to execute.