I have a catch all error state that does some cleanup for my application and exits nicely.
currently I have to create a specific event {type: "unexpected_error"}
and add a transition to every single state of my machine to achieve that.
Is there a simpler way that I can specify a transition for all states so I don't have to add this transition to every single state?