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

Show the full chain of exceptions and backtraces if it's available #421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hron
Copy link

@hron hron commented Jun 23, 2018

Starting from ruby 2.1 we can display the full chain of raised
exceptions with help of Exception#cause. It is very useful for some
cases when a piece of code rescue from one exception just to add
additional info and raise another exception.

Starting from ruby 2.1 we can display the full chain of raised
exceptions with help of `Exception#cause`. It is very useful for some
cases when a piece of code rescue from one exception just to add
additional info and raise another exception.
@coveralls
Copy link

coveralls commented Jun 23, 2018

Coverage Status

Coverage increased (+4.3%) to 99.754% when pulling d109f67 on hron:nested-exceptions into aea78ad on smartinez87:master.

@FLarra FLarra added the waiting for review Ready for code review label Jan 29, 2019
@UweKubosch
Copy link

This would be really useful. Any chance it can be merged?

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

Successfully merging this pull request may close these issues.

4 participants