Exception: RHC::InvalidSSHExecutableException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid or missing SSH executable") ⇒ InvalidSSHExecutableException

Returns a new instance of InvalidSSHExecutableException.



222
223
224
# File 'lib/rhc/exceptions.rb', line 222

def initialize(message="Invalid or missing SSH executable")
  super message
end