danielgmyers / flux-swf-client

Apache License 2.0
9 stars 3 forks source link

Move exception types to flux-common. #129

Closed danielgmyers closed 3 months ago

danielgmyers commented 3 months ago

At least these exceptions should be moved to flux-common for reuse outside of flux-swf:

Might be worth introducing a common FluxException base class so that we can catch these in common code in a way that will also work for any backend-specific exceptions.