kotlin-stdlib
Common
JS
Native
kotlin-stdlib
/
kotlin
/
RuntimeException
/
RuntimeException
Runtime
Exception
Common
JS
Native
expect
fun
RuntimeException
(
)
Content copied to clipboard
expect
fun
RuntimeException
(
message
:
String
?
)
Content copied to clipboard
expect
fun
RuntimeException
(
message
:
String
?
,
cause
:
Throwable
?
)
Content copied to clipboard
expect
fun
RuntimeException
(
cause
:
Throwable
?
)
Content copied to clipboard
actual
fun
RuntimeException
(
)
Content copied to clipboard
actual
fun
RuntimeException
(
message
:
String
?
)
Content copied to clipboard
actual
fun
RuntimeException
(
message
:
String
?
,
cause
:
Throwable
?
)
Content copied to clipboard
actual
fun
RuntimeException
(
cause
:
Throwable
?
)
Content copied to clipboard
actual
fun
RuntimeException
(
)
Content copied to clipboard
actual
fun
RuntimeException
(
message
:
String
?
)
Content copied to clipboard
actual
fun
RuntimeException
(
message
:
String
?
,
cause
:
Throwable
?
)
Content copied to clipboard
actual
fun
RuntimeException
(
cause
:
Throwable
?
)
Content copied to clipboard