doc / ch.tutteli.atrium.core.polyfills / kotlin.Throwable

Extensions for kotlin.Throwable

stackBacktrace

expect val Throwable.stackBacktrace: List<String>

Returns the stack trace of the given Throwable as List of Strings representing the different lines.