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 Administration code contains a bit of debugging code (together with an implementation of "sneaky throw") that is no longer relevant and could/should be removed.
The text was updated successfully, but these errors were encountered:
There's a bit of a problem: some of the methods that use sneaky throw don't declare checked exceptions. They all should do that, but some omissions crept through. Adding them now would be source-incompatible.
The
Administration
code contains a bit of debugging code (together with an implementation of "sneaky throw") that is no longer relevant and could/should be removed.The text was updated successfully, but these errors were encountered: