Exception: Puppet::Forge::Errors::ForgeError Private
- Defined in:
- lib/puppet/forge/errors.rb
Overview
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.
This exception is the parent for all Forge API errors
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#multiline ⇒ String
private
This is normally set by the child class, but if it is not this will fall back to displaying the message as a multiline.
Methods inherited from Error
Constructor Details
This class inherits a constructor from Puppet::Error
Instance Method Details
#multiline ⇒ String
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.
This is normally set by the child class, but if it is not this will fall back to displaying the message as a multiline.
15 16 17 |
# File 'lib/puppet/forge/errors.rb', line 15 def multiline end |