observerExceptionHandler

abstract var observerExceptionHandler: (Throwable) -> Unit

The action that gets executed when the observer action executes with an exception.

A default handler is provided by the main implementation of this interface.