Skip to content

Commit 9c1d3fd

Browse files
committed
Add more comments.
1 parent 8328a39 commit 9c1d3fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/kotlinx-coroutines-test/src/TestCoroutineExceptionHandler.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ interface ExceptionCaptor {
1414
/**
1515
* List of uncaught coroutine exceptions.
1616
*
17+
* The returned list will be a copy of the currently caught exceptions.
18+
*
1719
* During [cleanupTestCoroutines] the first element of this list will be rethrown if it is not empty.
1820
*/
1921
val exceptions: List<Throwable>

0 commit comments

Comments
 (0)