Ruby – Why U No Have Nested Exceptions?
Ruby doesn’t support nested exceptions, but the ability to rescue an exception, raise your own, but still retain the original one, can often be very handy.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Ruby doesn’t support nested exceptions, but the ability to rescue an exception, raise your own, but still retain the original one, can often be very handy.
Post a comment