All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.kotest.mpp.stacktraces.kt Maven / Gradle / Ivy

There is a newer version: 4.0.7
Show newest version
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?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy