Class: ProxyFetcher::Exceptions::MaximumRedirectsReached
- Inherits:
-
ProxyFetcher::Error
- Object
- ProxyFetcher::Exceptions::MaximumRedirectsReached
- Defined in:
- lib/proxy_fetcher/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ MaximumRedirectsReached
constructor
A new instance of MaximumRedirectsReached.
Constructor Details
#initialize ⇒ MaximumRedirectsReached
Returns a new instance of MaximumRedirectsReached.
25 26 27 |
# File 'lib/proxy_fetcher/exceptions.rb', line 25 def initialize(*) super('maximum redirects reached') end |