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
In this mode cloak should not use throw(badarg)s, and use {ok, Ret} | {errror, Reason} instead.
This approach will allow the end-user to control the workflow precisely.
The text was updated successfully, but these errors were encountered:
In this mode
cloak
should not usethrow(badarg)
s, and use{ok, Ret} | {errror, Reason}
instead.This approach will allow the end-user to control the workflow precisely.
The text was updated successfully, but these errors were encountered: