Exception: PuppetDebugger::Exception::NoClassError

Inherits:
FatalError
  • Object
show all
Defined in:
lib/puppet-debugger/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 PuppetDebugger::Exception::Error

Instance Method Details

#messageObject



48
49
50
51
52
53
54
55
# File 'lib/puppet-debugger/support/errors.rb', line 48

def message
  <<~OUT
    #{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]}
  OUT
end