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 276
def initialize(message="Invalid or missing SSH executable")
  super message
end