Exception: Puppet::HTTP::TooManyRetryAfters 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) ⇒ TooManyRetryAfters
constructor
private
A new instance of TooManyRetryAfters.
Constructor Details
#initialize(addr) ⇒ TooManyRetryAfters
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 TooManyRetryAfters.
28 29 30 |
# File 'lib/puppet/http/errors.rb', line 28 def initialize(addr) super(_("Too many HTTP retries for %{addr}") % { addr: addr}) end |