Exception: PuppetRepl::Exception::NoClassError

Inherits:
FatalError
  • Object
show all
Defined in:
lib/puppet-repl/support/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#data

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from PuppetRepl::Exception::Error

Instance Method Details

#messageObject



41
42
43
44
45
46
47
48
# File 'lib/puppet-repl/support/errors.rb', line 41

def message
  out = <<-EOF
#{data[:message]}
You are missing puppet classes that are required for compilation.
Please ensure these classes are installed on this machine in any of the following paths:
#{data[:default_modules_paths]}
EOF
end