File tree 2 files changed +6
-1
lines changed
js/kotlinx-coroutines-core-js/src
native/kotlinx-coroutines-core-native/src
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ package kotlinx.coroutines
6
6
7
7
/* *
8
8
* This exception gets thrown if an exception is caught while processing [CompletionHandler] invocation for [Job].
9
- * @suppress
9
+ *
10
+ * @suppress **This an internal API and should not be used from general code.**
10
11
*/
12
+ @InternalCoroutinesApi
11
13
public actual class CompletionHandlerException public actual constructor(
12
14
message : String ,
13
15
public override val cause : Throwable
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ package kotlinx.coroutines
6
6
7
7
/* *
8
8
* This exception gets thrown if an exception is caught while processing [CompletionHandler] invocation for [Job].
9
+ *
10
+ * @suppress **This an internal API and should not be used from general code.**
9
11
*/
12
+ @InternalCoroutinesApi
10
13
public actual class CompletionHandlerException public actual constructor(
11
14
message : String ,
12
15
public override val cause : Throwable
You can’t perform that action at this time.
0 commit comments