Shawn
catch (e: Exception) { when (e) { is IOException, is SQLException -> <http://log.info|log.info>(e) else -> throw e } }