5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
class MyException : Exception()
|
|
|
|
fun test() {
|
|
throw MyException()
|
|
} |