class RHC::SSHAuthenticationFailed
Public Class Methods
new(host, user)
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 217 def initialize(host, user) super "Authentication to server #{host} with user #{user} failed" end