Exception: PuppetRepl::Exception::ConnectError

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

Instance Method Details

#messageObject



15
16
17
18
19
# File 'lib/puppet-repl/support/errors.rb', line 15

def message
  out = <<-EOF
#{data[:message]}
EOF
end