exceptions library

Exceptions / Errors

EventNotFound
This exception occurs when you try to emit or remove a event does not exist
EventRangeError
This exception occurs when you try to set 'maxListeners' to negative value
ListenerNotFound
This exception occurs when you try to remove a non existent listener
MaximumListenerOverflow
This exception occurs when you exceeded listener amount of event
NoListener
This exception occurs when you emit a event that does not have any listeners