
Co-authored-by: Amélie Renard <44666826+amelie-renard-sonarsource@users.noreply.github.com> Co-authored-by: Dorian Burihabwa <75226315+dorian-burihabwa-sonarsource@users.noreply.github.com>
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
[source,javascript]
|
|
----
|
|
try {
|
|
doSomething();
|
|
} catch (ex) { // Noncompliant
|
|
throw ex;
|
|
}
|
|
----
|