ArithmeticException constructor

ArithmeticException([
  1. String message = "''"
])

Creates a ArithmeticException with an optional message.

Implementation

ArithmeticException([this.message = "''"]);