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
{{ message }}
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.
jaypoulz
changed the title
The right thing to do when you catch an except is never to throw an exception
The right thing to do when you catch an exception is never to throw an exception
Jul 1, 2015
There are a few places in @jdaigneau's API wrapper where a catch block throws the exception it catches. The technical term for this is wack.
You should either:
The text was updated successfully, but these errors were encountered: