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

Exception should not be used for CustomErrors, replacing it with StandardError #42

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

h0jeZvgoxFepBQ2C
Copy link
Contributor

Please don't use Exception for application errors, it can't be rescued in a normal catch block...
See here for best practices: https://www.honeybadger.io/blog/ruby-exception-vs-standarderror-whats-the-difference/

…dardError

Please don't use Exception for application errors, it can't be rescued in a normal catch block... 
See here for best practices: https://www.honeybadger.io/blog/ruby-exception-vs-standarderror-whats-the-difference/
@h0jeZvgoxFepBQ2C
Copy link
Contributor Author

Would be great if anyone take a look at this PR and merge it if it's fine?

@h0jeZvgoxFepBQ2C
Copy link
Contributor Author

Is there any chance this PR gets accepted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants