Gherkin::ParserError
# File lib/gherkin/errors.rb, line 24 def initialize(errors) @errors = errors super "Parser errors:\n" + errors.map(&:message).join("\n") end