Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: fd574c97dc93896c2116810f33004b77b0fa3250 (plain) (blame)
1
2
3
4
5
public class CorrectException2  {
	void foo() throws aaa.bbb.AnExceptionz {
		
	}
}

Back to the top