Exception: Puppet::Forge::Errors::ForgeError
- Defined in:
- lib/puppet/forge/errors.rb
Overview
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
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 is normally set by the child class, but if it is not this will fall back to displaying the message as a multiline.
14 15 16 |
# File 'lib/puppet/forge/errors.rb', line 14 def multiline self. end |