peyk.dispatcher.event¶
- class peyk.dispatcher.event.ErrorEvent(event: object, exception: Exception)[source]¶
Bases:
objectAn exception raised while processing a normalized event.
- event: object¶
- exception: Exception¶
- exception peyk.dispatcher.event.SkipHandler[source]¶
Bases:
ExceptionSignal that the current handler did not handle the event.
Modules