// "Remove 'Exception' from 'f()' throws list" "true-preview" class A { /** * @since 2020.3 * @author me * @throws Exception first exception * @throws Exception second exception * @throws FileNotFoundException file not found * @throws IOException IO exception */ void f() throws /* 1 */ Exception /* 2 */ {} }