Raised if no matching tag is found.
Source: show | on GitHub
# File lib/rss/rss.rb, line 78 def initialize(tag, parent) @tag, @parent = tag, parent super("tag <#{tag}> is missing in tag <#{parent}>") end