Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle exceptions specifically and remove most use of "catch Exception" #18

Open
justcool393 opened this issue Nov 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@justcool393
Copy link
Owner

We catch exceptions way too liberally and handle them all at once. Pretty much all of the code catches the Exception class rather than the more specific exceptions. This can lead to completely unintended code paths that are unexpected.

Somewhat related: #13

@justcool393 justcool393 added the enhancement New feature or request label Nov 26, 2019
@justcool393 justcool393 self-assigned this Nov 26, 2019
@justcool393 justcool393 added this to the Proper Permissions Checks milestone Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant