Skip to content

Commit

Permalink
Update kotlinx-coroutines-core/common/src/internal/CoroutineException…
Browse files Browse the repository at this point in the history
…HandlerImpl.common.kt

Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
  • Loading branch information
dkhalanskyjb and qwwdfsad committed Feb 23, 2023
1 parent d5951d8 commit 2d5008a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,4 +69,4 @@ internal expect class DiagnosticCoroutineContextException(context: CoroutineCont
* For now, we will take solace in knowledge that such exceptions are exceedingly rare, even rarer than globally
* uncaught exceptions in general.
*/
internal object ExceptionSuccessfullyProcessed: Exception()
internal object ExceptionSuccessfullyProcessed : Exception()

0 comments on commit 2d5008a

Please sign in to comment.