ParsingFailedException constructor

const ParsingFailedException(
  1. Object error
)

Creates a new Parsing Failed Exception

Implementation

const ParsingFailedException(this.error);