Exception: WebScraper::ResourceDefentitionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- WebScraper::ResourceDefentitionError
- Defined in:
- lib/web_scraper.rb
Overview
The error raises when a user tries to define resource improperly.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
57 58 59 |
# File 'lib/web_scraper.rb', line 57 def 'resource should be a string' end |