NestingException constructor

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

Implementation

NestingException(this.message, this.match);