class RHC::SSHConnectionRefused

Public Class Methods

new(host, user) click to toggle source
# File lib/rhc/exceptions.rb, line 115
def initialize(host, user)
  super "The server #{host} refused a connection with user #{user}.  The application may be unavailable.", 1
end