GenerateException constructor

GenerateException(
  1. String key,
  2. ParserException exception
)

Implementation

GenerateException(this.key, this.exception);