runCatching

inline fun <R> runCatching(block: () -> R): Result<R>