Class: ProxyFetcher::Exceptions::MaximumRedirectsReached

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

Instance Method Summary collapse

Constructor Details

#initializeMaximumRedirectsReached

Returns a new instance of MaximumRedirectsReached.



25
26
27
# File 'lib/proxy_fetcher/exceptions.rb', line 25

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