Exception: Zypper::Onlinesearch::TooManyRedirections
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Zypper::Onlinesearch::TooManyRedirections
- Defined in:
- lib/zypper/onlinesearch/utils.rb
Overview
Too many redirections.
Instance Method Summary collapse
-
#initialize(url) ⇒ TooManyRedirections
constructor
A new instance of TooManyRedirections.
Methods inherited from StandardError
Constructor Details
#initialize(url) ⇒ TooManyRedirections
Returns a new instance of TooManyRedirections.
107 108 109 |
# File 'lib/zypper/onlinesearch/utils.rb', line 107 def initialize(url) super "#{url} generates too many redirections!" end |