Class Puppet::Error
In: lib/puppet/error.rb
Parent: RuntimeError

The base class for all Puppet errors. We want to make it easy to add line and file information. This probably isn‘t necessary for all errors, but…

Methods

backtrace   new   to_s  

Attributes

file  [RW] 
line  [RW] 

Public Class methods

Public Instance methods

[Validate]