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
call should be the safe version of the current run (and future call!). call should work pretty much like run does, but it also catches any StandardError that may be raised in its body and encapsulates as a failure:
call
should be the safe version of the currentrun
(and futurecall!
).call
should work pretty much likerun
does, but it also catches anyStandardError
that may be raised in its body and encapsulates as a failure:With
call!
(with bang), we have the unsafe version:The text was updated successfully, but these errors were encountered: