invoke

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

Invokes the exception handler method.

Parameters

target

the subscriber instance declaring the handler.

event

the event being processed when the exception occurred.

throwable

the exception thrown by the event handler.