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
The exception catching is a bit of a mess currently (for example the apply and set commands, or event_command_error). It's not clear what's caught where, and why. Would it help to subclass Command, using @error?
The text was updated successfully, but these errors were encountered:
The exception catching is a bit of a mess currently (for example the apply and set commands, or event_command_error). It's not clear what's caught where, and why. Would it help to subclass Command, using
@error
?The text was updated successfully, but these errors were encountered: