6 lines
66 B
Kotlin
6 lines
66 B
Kotlin
|
|
package foo
|
||
|
|
|
||
|
|
class MyException : Exception {
|
||
|
|
fun foo() = ""
|
||
|
|
}
|