ParsingException constructor

const ParsingException([
  1. String message = ""
])

Creates a new FormatException with an optional error message.

Implementation

const ParsingException([this.message = ""]);