Raised if there are more occurrences of the tag than expected.

Methods
N
Attributes
[R] parent
[R] tag
Class Public methods
new(tag, parent)
# File lib/rss/rss.rb, line 89
def initialize(tag, parent)
  @tag, @parent = tag, parent
  super("tag <#{tag}> is too much in tag <#{parent}>")
end