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