ArithmeticException constructor
ArithmeticException([
- String message = "''"
Creates a ArithmeticException with an optional message.
Implementation
ArithmeticException([this.message = "''"]);
Creates a ArithmeticException with an optional message.
ArithmeticException([this.message = "''"]);