Exception: WebScraper::BaseDefentitionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- WebScraper::BaseDefentitionError
- Defined in:
- lib/web_scraper.rb
Overview
The error raises when a user tries to define base improperly.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
65 66 67 |
# File 'lib/web_scraper.rb', line 65 def 'base should be a selector (:css|:xpath => String)' end |