class RHC::InvalidSSHExecutableException
Public Class Methods
new(message="Invalid or missing SSH executable")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 288 def initialize(message="Invalid or missing SSH executable") super message end