lib/html2rss/item_extractors.rb in html2rss-0.10.0 vs lib/html2rss/item_extractors.rb in html2rss-0.11.0
- old
+ new
@@ -4,10 +4,10 @@
##
# Provides a namespace for item extractors.
module ItemExtractors
##
# The Error class to be thrown when an unknown extractor name is requested.
- class UnknownExtractorName < StandardError; end
+ class UnknownExtractorName < Html2rss::Error; end
##
# Maps the extractor name to the class implementing the extractor.
#
# The key is the name to use in the feed config.