lib/html2rss/attribute_post_processors.rb in html2rss-0.10.0 vs lib/html2rss/attribute_post_processors.rb in html2rss-0.11.0

- old
+ new

@@ -4,10 +4,10 @@ ## # Provides a namespace for attribute post processors. module AttributePostProcessors ## # Error raised when an unknown post processor name is requested. - class UnknownPostProcessorName < StandardError; end + class UnknownPostProcessorName < Html2rss::Error; end ## # Maps the post processor name to the class implementing the post processor. # # The key is the name to use in the feed config.