rspec/rules/S2486/description.adoc

2 lines
143 B
Plaintext
Raw Normal View History

2020-06-30 12:48:07 +02:00
When exceptions occur, it is usually a bad idea to simply ignore them. Instead, it is better to handle them properly, or at least to log them.