alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
112 stars 12 forks source link

Handle exceptions #9

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

If an exception occurs while running a function, users should be able to specify what state to transition into.