class Treetop::Runtime::TerminalParseFailure

def initialize(index, expected_string)

def initialize(index, expected_string)
  @index = index
  @expected_string = expected_string
end