``` val things = linkedSetOf<String>() try {...
# announcements
e
Copy code
val things = linkedSetOf<String>()
try {
    things.add("foo")
} catch (e: Exception) {
    Log.w("foo", "foo")
}