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
Exceptions on linux (and possibly other platforms) have a global lock the in the standard library. This could cause performance problems outside of exceptions themselves. Its also generally bad form to use exceptions for control flow.. which is what they are currently being used for. 😢