class SyntaxTree::Parser::ParseError
error message when prettier prints out the results.
A special parser error so that we can get nice syntax displays on the
def initialize(error, lineno, column)
def initialize(error, lineno, column) super(error) @lineno = lineno @column = column end