Exception: WebScraper::ResourceDefentitionError

Inherits:
RuntimeError
  • Object
show all
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

#messageObject



57
58
59
# File 'lib/web_scraper.rb', line 57

def message
  'resource should be a string'
end