rspec/rules/S1166/parameters.adoc
2022-02-01 12:25:23 +00:00

12 lines
319 B
Plaintext

=== Parameters
.exceptions
****
----
java.lang.InterruptedException, java.lang.NumberFormatException, java.text.ParseException, java.net.MalformedURLException,java.time.format.DateTimeParseException
----
List of exceptions which should not be checked. Use a simple dash ('-') character to check all exceptions.
****