aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryCustomExceptionsTest.kt
Commit message (Expand)AuthorAgeFilesLines
* Allow CopyableThrowable to modify exception message and document message iden...Vsevolod Tolstopyatov2021-06-211-1/+24
* Verify integrity of the recovered exception's message on both code pathsVsevolod Tolstopyatov2021-06-211-0/+30
* Use Exception(message) constructor for copying if possibleRoman Elizarov2019-02-151-0/+17
* Stacktrace recovery improvementsVsevolod Tolstopyatov2019-02-011-0/+57