Files
2022-06-29 16:50:05 +00:00

5 lines
152 B
Plaintext
Vendored

public open class MyException : R|kotlin/Any| {
public constructor(message: R|kotlin/String!|, cause: R|kotlin/Throwable!|): R|test/MyException|
}