Exception: RHC::SSHAuthenticationFailed

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(host, user) ⇒ SSHAuthenticationFailed

Returns a new instance of SSHAuthenticationFailed.



181
182
183
# File 'lib/rhc/exceptions.rb', line 181

def initialize(host, user)
  super "Authentication to server #{host} with user #{user} failed"
end