Exception: PuppetDebugger::Exception::UndefinedNode

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



38
39
40
41
42
# File 'lib/puppet-debugger/support/errors.rb', line 38

def message
  out = <<-EOF
Cannot find node with name: #{data[:name]} on remote server
    EOF
end