Implement proper script runtime exception rendering with tests
#KT-42335 fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
try {
|
||||
try {
|
||||
throw Exception("Error!")
|
||||
} catch (e: Exception) {
|
||||
throw Exception("Oh no", e)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
throw Exception("Top", e)
|
||||
}
|
||||
Reference in New Issue
Block a user