though I wonder how people would feel about someth...
# announcements
s
though I wonder how people would feel about something like
Copy code
catch (e: Exception) {
  when (e) {
    is IOException, is SQLException -> <http://log.info|log.info>(e)
    else -> throw e
  }
}