UnexpectedClosingBracketException constructor

const UnexpectedClosingBracketException(
  1. String type,
  2. int position
)

Creates a new Unexpected Closing Bracket Exception

Implementation

const UnexpectedClosingBracketException(this.type, this.position);