When referencing `Throwable` in documentation (usi...
# announcements
r
When referencing
Throwable
in documentation (using
[Throwable]
) and optimizing imports, IDEA imports
java.lang.Throwable
, which breaks any try-catch catching
Throwable
in the file. Annoying.