peyk.dispatcher.event.bases

Classes

ErrorEvent(event, exception)

An exception raised while processing a normalized event.

Exceptions

SkipHandler

Signal that the current handler did not handle the event.

exception peyk.dispatcher.event.bases.SkipHandler[source]

Bases: Exception

Signal that the current handler did not handle the event.

class peyk.dispatcher.event.bases.ErrorEvent(event: object, exception: Exception)[source]

Bases: object

An exception raised while processing a normalized event.

event: object
exception: Exception