StoreAlreadyStartedException
Exception thrown when attempting to start a store that is already active.
This exception is thrown when pro.respawn.flowmvi.api.Store.start is called on a store that is already in an active state. To avoid this exception, check the store's active state using pro.respawn.flowmvi.api.lifecycle.StoreLifecycle.isActive before starting it.
Parameters
name
The name of the store that was already started