-
public class CoroutineExceptionConfig
-
-
Field Summary
Fields Modifier and Type Field Description public final static CoroutineExceptionConfigINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitsetCoroutineExceptionHandler(CoroutineExceptionHandler handler)final CoroutineExceptionHandlergetCoroutineExceptionHandler()-
-
Method Detail
-
setCoroutineExceptionHandler
final Unit setCoroutineExceptionHandler(CoroutineExceptionHandler handler)
-
getCoroutineExceptionHandler
final CoroutineExceptionHandler getCoroutineExceptionHandler()
-
-
-
-