Exception: InstagramCrawler::Errors::HttpError
- Inherits:
-
StandardError
- Object
- StandardError
- InstagramCrawler::Errors::HttpError
- Defined in:
- lib/instagram_crawler/errors/http_error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ HttpError
constructor
A new instance of HttpError.
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() super("HttpError: #{}") end |