commonMain.io.kotest.mpp.stacktraces.kt Maven / Gradle / Ivy
package io.kotest.mpp
/**
* Returns the location of this stack trace, removing traces of io.kotest if possible.
* On some platforms the stack trace may not be available.
*/
expect fun Throwable.throwableLocation(): String?