All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
This class is an exception, but its name does not end in Exception. This could be confusing to consumers of your API.
Exception
class BadName extends Exception { // ... }
class ActuallyAnException extends Exception { // ... }