namespace test

open class test.MyException : jet.Any {
    final /*constructor*/ fun <init>(/*0*/ p0: jet.String?, /*1*/ p1: jet.Throwable?): test.MyException
}
