toggle menu
common
1.4.4
common
switch theme
search in API
common
/
pro.respawn.kmmutils.common
/
rethrowErrors
rethrow
Errors
fun
Throwable
?
.
rethrowErrors
(
)
:
Exception
?
@
JvmName
(
name
=
"rethrowErrorsNotNull"
)
fun
Throwable
.
rethrowErrors
(
)
:
Exception
If this is an
Error
, throws it, otherwise returns
this
as an
Exception