FormatDataException constructor

FormatDataException([
  1. String? message
])

Implementation

FormatDataException([String? message])
    : super(message, 'Error During Parsing: ');