# File lib/mustache/parser.rb, line 260
    def error(message, pos = position)
      raise SyntaxError.new(message, pos)
    end