Exception

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