exceptionHandler

var exceptionHandler: CoroutineExceptionHandler?(source)

Custom coroutine exception handler that will be used to catch background exceptions (e.g., during a statistics collection, emitting events). If no handler is provided DefaultExceptionHandler is used.