RSS::InvalidRSSError
Raised when an unexpected tag is encountered.
# File rss/rss.rb, line 141 def initialize(tag, uri, parent) @tag, @uri, @parent = tag, uri, parent super("tag <{#{uri}}#{tag}> is not expected in tag <#{parent}>") end
This page was generated for Ruby 2.6
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.