Module Puppet::Util::Errors
In: lib/puppet/util/errors.rb

Some helper methods for throwing errors.

Methods

Public Instance methods

Add line and file info if available and appropriate.

Throw a dev error.

Wrap a call in such a way that we always throw the right exception and keep as much context as possible.

Throw an error, defaulting to a Puppet::Error.

[Validate]