← index

ArithmeticError

inherits Error · defined at core/00-bootstrap.qn:165

An impossible arithmetic operation — division or modulo by zero.

{ 1 / 0 }.catch:{ |e:ArithmeticError| e.message }    "* -> Division by zero