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
This works because the call class method swallows exceptions.
Unless I'm missing something, any errors should be swallowed by call, but they're being raised for me unless I manually catch the error inside call and throw it with fail!
The text was updated successfully, but these errors were encountered:
Per the documentation:
Unless I'm missing something, any errors should be swallowed by
call
, but they're being raised for me unless I manually catch the error inside call and throw it withfail!
The text was updated successfully, but these errors were encountered: