Class: ProxyFetcher::Exceptions::MaximumRetriesReached

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

Instance Method Summary collapse

Constructor Details

#initializeMaximumRetriesReached

Returns a new instance of MaximumRetriesReached.



31
32
33
# File 'lib/proxy_fetcher/exceptions.rb', line 31

def initialize(*)
  super('reached the maximum number of retries')
end