kotest-mpp / io.kotest.mpp / kotlin.Throwable

Extensions for kotlin.Throwable

throwableLocation

Returns the location of this stack trace, removing traces of io.kotest if possible. On some platforms the stack trace may not be available.

fun Throwable.throwableLocation(): String?