DuplicateEventListenerError

class pynetevents.DuplicateEventListenerError(eventslot_base, listener=None, message=None)

Exception raised when a a repetaed listener is added to an event that forbids doing so.

property eventslot_base

The EventSlotBase instance where the error occurred.

property listener

The dupicate listener that was added