You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if state machine will throw an exception when we try to do transition to some state by undeclared event (sorry for my english).
For example:
declaring state machine behaviour
then we trying to do undeclared transition (from state "SomeState") stateMachine.transition(Event.SomeOtherEvent) //<- there is should be thrown an exception
The text was updated successfully, but these errors were encountered:
What if state machine will throw an exception when we try to do transition to some state by undeclared event (sorry for my english).
For example:
declaring state machine behaviour
then we trying to do undeclared transition (from state "SomeState")
stateMachine.transition(Event.SomeOtherEvent) //<- there is should be thrown an exception
The text was updated successfully, but these errors were encountered: