8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
== Compliant Solution
|
|
|
|
----
|
|
public void foo(String bar) {
|
|
throw new MyOwnRuntimeException("My Message");
|
|
}
|
|
----
|