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
This way we know what to handle and what to not handle, catching ValueError was hiding illegitimate error for which a stack trace and a 500 error was required
fixesinternap#99
When a ValueError occurs (such as int('test')), no stack trace is available.
The text was updated successfully, but these errors were encountered: