exceptionDuringInit

open override fun exceptionDuringInit(model: M, exception: Throwable)

Called if the Init.init 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