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
and all run the after error block if one of classes match. If no arg is provided then the block will receive all exceptions:
after_error(MyErrorClass,SomeOtherError)do# will only run if MyErrorClass or SomeOtherError was raisedend
...
after_errordo# will stop here on all errorsend
The text was updated successfully, but these errors were encountered:
and all run the after error block if one of classes match. If no arg is provided then the block will receive all exceptions:
The text was updated successfully, but these errors were encountered: