Exception: Botz::Scraper::DirectHtml::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/botz/scraper/direct_html.rb

Overview

Scraper error class

Instance Method Summary collapse

Constructor Details

#initialize(scraper_class, errors) ⇒ Error



14
15
16
# File 'lib/botz/scraper/direct_html.rb', line 14

def initialize(scraper_class, errors)
  super("#{scraper_class} # #{errors.full_messages}")
end