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
Actors no longer require specific exception signatures (eg. TransformationException, LoadingException), they didn't provide anything of value as a requirement, this change enables much better integration with third-party functions
Node-specific exceptions will remain for the time being (BC + they can still handy as a default error type)
Added an optional Consumer-based handler for Flow.nonFatal helpers