jvm/classes/java/lang/ArithmeticException.java

5 lines
82 B
Java

package java.lang;
public class ArithmeticException extends RuntimeException {
}