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
I have some things in mind where we can do different actions based on the Exception type. One concrete sample is the 'getClient' method of the 'ConnectionManager' - If we throw a dedicated Exception here, the 'CommunicationHandler' would be allowed to distinguish between:
SQ and VSCode complain about using plain Exceptions - Any thoughts about this?
In case we want to fix it:
The text was updated successfully, but these errors were encountered: