What class represents the type of the exception thrown in this example of a stack trace message? Enter the name of the class without the package name.
Exception in thread "main" java.lang.ArithmeticException: / by zero
at MainKt.main(Main.kt:6)
at MainKt.main(Main.kt)