translateIoError

inline fun <T> translateIoError(block: () -> T): T

Translates an IOException into a MetisRuntimeException.

Parameters

block

The block to execute.