Exception: PuppetRepl::Exception::NoClassError
- Inherits:
-
FatalError
- Object
- StandardError
- Error
- FatalError
- PuppetRepl::Exception::NoClassError
- Defined in:
- lib/puppet-repl/support/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from PuppetRepl::Exception::Error
Instance Method Details
#message ⇒ Object
41 42 43 44 45 46 47 48 |
# File 'lib/puppet-repl/support/errors.rb', line 41 def out = <<-EOF #{data[:]} 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 |