invoke

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

Invokes the exception handler method.

Parameters

target

the subscriber instance declaring the handler.

throwable

the exception thrown by an event handler.