Michael Kotlikov
try { try{ throw Throwable() } catch(e: Exception) { println("Throwable was caught") } } catch(t: Throwable) { println("Throwable was not caught") }