nesty
nesty copied to clipboard
Nested exceptions for Ruby
Results
1
nesty issues
Sort by
recently updated
recently updated
newest added
It would be cool to have `#wrap` or `#chain` method to wrap error instead of passing it to `new`. Example ``` ruby class MyError include Nesty::NestedError end begin boooom! rescue...