rspec/rules/S112/compliant.adoc
2020-06-30 10:16:44 +02:00

8 lines
115 B
Plaintext

== Compliant Solution
----
public void foo(String bar) {
throw new MyOwnRuntimeException("My Message");
}
----