rspec/rules/S1163/description.adoc

2 lines
210 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
Throwing an exception from within a finally block will mask any exception which was previously thrown in the ``++try++`` or ``++catch++`` block, and the masked's exception message and stack trace will be lost.