EventExecutionError

class pynetevents.EventExecutionError(eventslot_base, original_exception=None, message=None)

Exception raised when a listener execution throws an exception.

property eventslot_base

The EventSlotBase instance where the error occurred.

property original_exception

The original exception raised by the listener.