Exception: Puppet::HTTP::TooManyRedirects Private
- Defined in:
- lib/puppet/http/errors.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(addr) ⇒ TooManyRedirects
constructor
private
A new instance of TooManyRedirects.
Constructor Details
#initialize(addr) ⇒ TooManyRedirects
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of TooManyRedirects.
22 23 24 |
# File 'lib/puppet/http/errors.rb', line 22 def initialize(addr) super(_("Too many HTTP redirections for %{addr}") % { addr: addr}) end |