Exception: InstagramCrawler::Errors::HttpError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/instagram_crawler/errors/http_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ HttpError

Returns a new instance of HttpError.



4
5
6
# File 'lib/instagram_crawler/errors/http_error.rb', line 4

def initialize(message)
  super("HttpError: #{message}")
end