exceptionDuringUpdate

open override fun exceptionDuringUpdate(model: M, event: E, exception: Throwable)

Called if the Update.update invocation throws an exception. This is a programmer error; Mobius is in an undefined state if it happens.

Parameters

model

the model object that led to the exception

exception

the thrown exception