If this exception is raised in any of the handlers for a given event, it will stop the execution of all other registered event handlers. It can be seen as the StopIteration in a for loop but for events.
StopIteration
Generated using TypeDoc
If this exception is raised in any of the handlers for a given event, it will stop the execution of all other registered event handlers. It can be seen as the
StopIteration
in a for loop but for events.