MCCoroutineExceptionEvent
A Bukkit event which is called when an exception is raised in one of the coroutines managed by MCCoroutine. Cancelling this exception causes the error to not get logged and offers to possibility for custom logging.
Properties
Functions
Link copied to clipboard
Returns all handles.
Link copied to clipboard
Gets if this event is cancelled.
Link copied to clipboard
Sets the event as cancelled or not. If the event is cancelled the exception is seen as an uncaught exception. Do only cancel this event if you want to log the exceptions on your own.