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



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

def message
  out = "\#{data[:message]}\nYou are missing puppet classes that are required for compilation.\nPlease ensure these classes are installed on this machine in any of the following paths:\n\#{data[:default_modules_paths]}\n"
end