RuntimeException

expect fun RuntimeException()
expect fun RuntimeException(message: String?)
expect fun RuntimeException(message: String?, cause: Throwable?)
expect fun RuntimeException(cause: Throwable?)
actual fun RuntimeException()
actual fun RuntimeException(message: String?)
actual fun RuntimeException(message: String?, cause: Throwable?)
actual fun RuntimeException(cause: Throwable?)
actual fun RuntimeException()
actual fun RuntimeException(message: String?)
actual fun RuntimeException(message: String?, cause: Throwable?)
actual fun RuntimeException(cause: Throwable?)