Raised when an unexpected tag is encountered.
Source: show | on GitHub
# File lib/rss/rss.rb, line 122 def initialize(tag, uri, parent) @tag, @uri, @parent = tag, uri, parent super("tag <{#{uri}}#{tag}> is not expected in tag <#{parent}>") end