← Back to Kairo Docs
|
API Reference (Dokka)
Kairo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kairo
kairo-util
/
kairo.util
/
firstCauseOf
first
Cause
Of
inline
fun
<
T
>
Throwable
.
firstCauseOf
(
)
:
T
?
Walks the exception cause chain and returns the first cause matching type
T
, or null if none match.