Exception: PuppetRepl::Exception::UndefinedNode
- Inherits:
-
FatalError
- Object
- StandardError
- Error
- FatalError
- PuppetRepl::Exception::UndefinedNode
- 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
29 30 31 32 33 |
# File 'lib/puppet-repl/support/errors.rb', line 29 def out = <<-EOF Cannot find node with name: #{data[:name]} on remote server EOF end |