IllegalStateException

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