Dart API Referencedart:coreIntegerDivisionByZeroException

IntegerDivisionByZeroException class

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

Implements

Exception

Constructors

const IntegerDivisionByZeroException() #

const IntegerDivisionByZeroException();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "IntegerDivisionByZeroException";