IntegerDivisionByZeroException class
class IntegerDivisionByZeroException implements Exception {
const IntegerDivisionByZeroException();
String toString() => "IntegerDivisionByZeroException";
}
Implements
Constructors
const IntegerDivisionByZeroException() #
const IntegerDivisionByZeroException();