Moumirrai / FLAVUS

Lavalink music bot
3 stars 1 forks source link

(JS-0112) Unnecessary `catch` clauses found #20

Open Moumirrai opened 1 year ago

Moumirrai commented 1 year ago

Description

A catch clause that only rethrows the original error is redundant, and has no effect on the runtime behavior of the program. These redundant clauses can be a source of confusion and code bloat, so it's better to disallow these unnecessary catch clauses.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/Moumirrai/FLAVUS/issue/JS-0112/occurrences/