blob: ef7e44a6d16408b7ef28bb797945f48b808dbcca [file] [log] [blame]
try {
try {
throw Exception("Error!")
} catch (e: Exception) {
throw Exception("Oh no", e)
}
} catch (e: Exception) {
throw Exception("Top", e)
}