class InstagramCrawler::Errors::HttpError

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/instagram_crawler/errors/http_error.rb, line 4
def initialize(message)
  super("HttpError: #{message}")
end