onMCCoroutineException

abstract fun onMCCoroutineException(throwable: Throwable, entryPoint: Any): Boolean

Gets called from MCCoroutine with the occurred throwable in the given scope entryPoint.

Return

True If the event should be cancelled (not get logged) or false if the event should not be cancelled.