InfinityNotSupportedException constructor

InfinityNotSupportedException([
  1. String message = 'Infinity is not supported'
])

Creates an InfinityNotSupportedException with a message.

Implementation

InfinityNotSupportedException([super.message = 'Infinity is not supported']);