Raised if no matching tag is found.

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