Gherkin::ParserException
# File lib/gherkin/errors.rb, line 40 def initialize(received_token, expected_token_types, state_comment) message = "unexpected end of file, expected: #{expected_token_types.join(", ")}" super(message, received_token.location) end