erik
val things = linkedSetOf<String>() try { things.add("foo") } catch (e: Exception) { Log.w("foo", "foo") }