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

public class RuntimeException extends Exception {
}

Back to the top