This exception is the parent for all Forge API errors
This is normally set by the child class, but if it is not this will fall back to displaying the message as a multiline.
@return [String] the multiline version of the error message
# File lib/puppet/forge/errors.rb, line 12 def multiline self.message end