runCatchingSafelyWithoutExceptions

suspend fun <T> runCatchingSafelyWithoutExceptions(onException: ExceptionHandler<T?> = defaultSafelyWithoutExceptionHandlerWithNull, block: suspend CoroutineScope.() -> T): Result<T?>(source)