Collapse Undo Context Mismatch Exception
class CollapseUndoContextMismatchException(val commandedContextId: <Error class: unknown class>, val propositionId: String, val actualContextId: <Error class: unknown class>) : IllegalArgumentException
A proposition the undo was told to touch lives in a different context. Thrown before any write, so the other context's graph is left exactly as it was.
Constructors
Link copied to clipboard
constructor(commandedContextId: <Error class: unknown class>, propositionId: String, actualContextId: <Error class: unknown class>)