automat
automat copied to clipboard
NoTransition error leaks an implementation detail about the state machine
For libraries that wish to use Automat to export public objects, mostly, the fact that Automat is used is an implementation detail. However, any invalid transitions raise an Automat-specific error (NoTransition
).
This may be related to #28 .