Exception

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