TFormatException constructor

const TFormatException([
  1. String message = 'An unexpected format error occurred. Please check your input.'
])

Default constructor with a generic error message.

Implementation

const TFormatException([this.message = 'An unexpected format error occurred. Please check your input.']);