We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some exceptions are being created just for logging here and here
Just log the error. No need for an exception.
But, if it's really needed, don't use System.Exception: see #1439
System.Exception
No exception is created just for logging.
No response
The text was updated successfully, but these errors were encountered:
Thank you @paulomorgado!
169a6d1#r134239817
Sorry, something went wrong.
I just did a search for new.*Exception within the main branch and it appears that this has been resolved over the course of working on version 7.
new.*Exception
main
RabbitMQ.Client
lukebakken
No branches or pull requests
Describe the bug
Some exceptions are being created just for logging here and here
Reproduction steps
Just log the error. No need for an exception.
But, if it's really needed, don't use
System.Exception
: see #1439Expected behavior
No exception is created just for logging.
Additional context
No response
The text was updated successfully, but these errors were encountered: