Raised when an unknown tag is found.
Source: show | on GitHub
# File lib/rss/rss.rb, line 111 def initialize(tag, uri) @tag, @uri = tag, uri super("tag <#{tag}> is unknown in namespace specified by uri <#{uri}>") end