Class: ProxyFetcher::Exceptions::MaximumRedirectsReached

Inherits:
ProxyFetcher::Error
  • Object
show all
Defined in:
lib/proxy_fetcher/exceptions.rb

Overview

Exception for cases when HTTP client reached maximum count of redirects trying to process HTTP request.

Instance Method Summary collapse

Constructor Details

#initializeMaximumRedirectsReached

Initialize new exception



55
56
57
# File 'lib/proxy_fetcher/exceptions.rb', line 55

def initialize(*)
  super("maximum redirects reached")
end