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
We document that exceptions should be defined in their own package and add a compiler warning.
If you want to “upgrade” an exception, you create a new exception type. The only thing to be aware of is that the old code won’t be able to catch it.
On 3.x:
On 2.x:
The text was updated successfully, but these errors were encountered: