Class: ProxyFetcher::Exceptions::MaximumRetriesReached
- Inherits:
-
ProxyFetcher::Error
- Object
- ProxyFetcher::Exceptions::MaximumRetriesReached
- Defined in:
- lib/proxy_fetcher/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ MaximumRetriesReached
constructor
A new instance of MaximumRetriesReached.
Constructor Details
#initialize ⇒ MaximumRetriesReached
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 |