invoke

abstract operator fun invoke(event: Event, throwable: Throwable)

Invokes the static exception handler method.

Parameters

event

the event being processed when the exception occurred.

throwable

the exception thrown by the event handler.