InterpolationException constructor

InterpolationException(
  1. String message,
  2. Match match
)

Implementation

InterpolationException(this.message, this.match);