File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
js/kotlinx-coroutines-core-js/src
native/kotlinx-coroutines-core-native/src Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ package kotlinx.coroutines
66
77/* *
88 * 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.**
1011 */
12+ @InternalCoroutinesApi
1113public actual class CompletionHandlerException public actual constructor(
1214 message : String ,
1315 public override val cause : Throwable
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ package kotlinx.coroutines
66
77/* *
88 * 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.**
911 */
12+ @InternalCoroutinesApi
1013public actual class CompletionHandlerException public actual constructor(
1114 message : String ,
1215 public override val cause : Throwable
You can’t perform that action at this time.
0 commit comments