# File rparsec/parsers.rb, line 148
  def initialize(parser, msg)
    super()
    @parser, @msg, @name = parser, msg, msg
  end