Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6e3cf321f9ef037a1be88b97d5e87e7446978362 (plain) (blame)
1
2
3
4
package java.lang;

public class Exception extends Throwable {
}

Back to the top