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