class Treetop::Runtime::TerminalParseFailure

def to_s

def to_s
  "String matching #{expected_string} #{@unexpected ? 'not ' : ''}expected."
end