NHSDigital / ndr_error

Error logging Rails engine
MIT License
1 stars 3 forks source link

Support Exception#cause for nested errors #15

Closed joshpencheon closed 6 years ago

joshpencheon commented 6 years ago

This has existed in Ruby since 2.1, so would be good to support.

In a nutshell, it would allow better visibility of root cause errors when handling code also breaks.