RuntimeException

expect fun RuntimeException()(source)
expect fun RuntimeException(message: String?)(source)
expect fun RuntimeException(message: String?, cause: Throwable?)(source)
expect fun RuntimeException(cause: Throwable?)(source)
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?)