-
Notifications
You must be signed in to change notification settings - Fork 237
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
Replace RuntimeError with new custom exception RCLError #478
Conversation
52e95e9
to
9c686f9
Compare
@suab321321 Thanks for the patch! It looks like there was some git branching issues, so I've updated your branch Also, for the future, it's good to populate the description and title with useful information (for example, a reference to the ticket this is fixing). I have updated the description for you this time. |
@jacobperron thank you sir.. I will keep this in mind..will this be merged now sir? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some places where I don't think using RCLError
is right, since the error is not caused by rcl
.
@jacobperron sir I m just comitting the suggested changes from here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple more things. And after addressing @allenh1's comments, I'll trigger CI.
@jacobperron done sir..... |
Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Hunter L. Allen <hunterlallen@protonmail.com>
Co-Authored-By: Hunter L. Allen <hunterlallen@protonmail.com>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Co-Authored-By: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
d3428a4
to
261a2dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@suab321321 Thanks again for the improvement! |
@allenh1 @jacobperron thank you for your guiding me sir. |
Fixes #31
Replacing
RuntimeError
with new custom exceptionRCLError
.