xref
: /
external
/
dokka
/
core
/
testdata
/
javadoc
/
exception.kt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
foo
2
3
class
MyException
:
Exception
{
foonull
4
fun
foo
() =
""
5
}
6