RuntimeError
The base class for all Puppet errors. It can wrap another exception
# File lib/puppet/error.rb, line 5 def initialize(message, original=nil) super(message) @original = original end