Directory : /proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/settings/ |
Current File : //proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/settings/errors.rb |
# Exceptions for the settings module require 'puppet/error' class Puppet::Settings class SettingsError < Puppet::Error ; end class ValidationError < SettingsError ; end class InterpolationError < SettingsError ; end class ParseError < SettingsError include Puppet::ExternalFileError end end