lib/html2rss.rb in html2rss-0.10.0 vs lib/html2rss.rb in html2rss-0.11.0
- old
+ new
@@ -8,9 +8,15 @@
require 'yaml'
##
# The Html2rss namespace.
module Html2rss
+ ##
+ # The Html2rss::Error base class.
+ class Error < StandardError; end
+
+ ##
+ # Key for the feeds configuration in the YAML file.
CONFIG_KEY_FEEDS = :feeds
##
# Returns an RSS object generated from the provided YAML file configuration.
#