GherkinSyntaxError constructor

GherkinSyntaxError(
  1. String msg
)

Implementation

GherkinSyntaxError(String msg) : super(msg);