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 handling system throughout the project needs to be addressed. We have instances where we catch runtime exceptions and Throwable. These should be thrown to the top and cause the system to exit, and we should now fix them so they dont get thrown int he first place.
The text was updated successfully, but these errors were encountered:
The exception handling system throughout the project needs to be addressed. We have instances where we catch runtime exceptions and Throwable. These should be thrown to the top and cause the system to exit, and we should now fix them so they dont get thrown int he first place.
The text was updated successfully, but these errors were encountered: