rspec/rules/S112/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
236 B
Plaintext

Using such generic exceptions as ``++Error++``, ``++RuntimeException++``, ``++Throwable++``, and ``++Exception++`` prevents calling methods from handling true, system-generated exceptions differently than application-generated errors.